#include <QtGui/qfiledialog.h>
#ifndef QFILEDIALOG_H
#ifndef QT_NO_FILEDIALOG
class QFileDialog: public QDialog{
public: enum DialogLabel{
LookIn = 0,
FileName = 1,
FileType = 2,
Accept = 3,
Reject = 4,
};
};
#endif // QT_NO_FILEDIALOG
#endif // QFILEDIALOG_H