#ifndef PREFERENCESDIALOG_H #define PREFERENCESDIALOG_H #include namespace Ui { class PreferencesDialog; } class PreferencesDialog : public QDialog { Q_OBJECT public: explicit PreferencesDialog(QWidget *parent = 0); ~PreferencesDialog(); private: Ui::PreferencesDialog *ui; }; #endif // PREFERENCESDIALOG_H