OSCAR-code/preferencesdialog.h

23 lines
343 B
C
Raw Normal View History

2011-08-02 22:37:15 +00:00
#ifndef PREFERENCESDIALOG_H
#define PREFERENCESDIALOG_H
#include <QDialog>
namespace Ui {
class PreferencesDialog;
}
class PreferencesDialog : public QDialog
{
Q_OBJECT
public:
explicit PreferencesDialog(QWidget *parent = 0);
~PreferencesDialog();
private:
Ui::PreferencesDialog *ui;
};
#endif // PREFERENCESDIALOG_H