Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Qt4/Pipe/FileQtQueryPipe.cpp

    ra5ddf0 r8df74d  
    1818#endif
    1919
    20 #include <QtGui/QFileDialog>
     20#include "UIElements/Qt4/QtDialog.hpp"
     21
     22#include <iostream>
     23#include <boost/filesystem.hpp>
     24
    2125#include <Qt/qcombobox.h>
    2226#include <Qt/qlineedit.h>
    2327#include <Qt/qpushbutton.h>
    2428
    25 #include "Helpers/MemDebug.hpp"
    26 
    27 #include <iostream>
    28 #include <boost/filesystem.hpp>
    29 
    30 #include "UIElements/Qt4/Pipe/FileQtQueryPipe.hpp"
    31 #include "UIElements/Qt4/QtDialog.hpp"
    3229
    3330FileQtQueryPipe::FileQtQueryPipe(boost::filesystem::path *_content, QtDialog *_dialog, QLineEdit *_filenameLineEdit, QPushButton *_filedialogButton) :
Note: See TracChangeset for help on using the changeset viewer.