X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=pirpreferencesform.h;fp=pirpreferencesform.h;h=b3089ea95679751a629a156a570bad43af318103;hb=7176298055beaf1a9ad8f9fd1099f93df3461265;hp=0000000000000000000000000000000000000000;hpb=43b5afbf82ee89f558047c3fa6df89ad5337eb71;p=pierogi diff --git a/pirpreferencesform.h b/pirpreferencesform.h new file mode 100644 index 0000000..b3089ea --- /dev/null +++ b/pirpreferencesform.h @@ -0,0 +1,29 @@ +#ifndef PIRPREFERENCESFORM_H +#define PIRPREFERENCESFORM_H + +#include + +class MainWindow; + +namespace Ui { +class PIRPreferencesForm; +} + +class PIRPreferencesForm : public QWidget +{ + Q_OBJECT + +public: + explicit PIRPreferencesForm(QWidget *parent = 0); + ~PIRPreferencesForm(); + +private slots: + void on_altMainCheckBox_stateChanged(int arg1); + +private: + Ui::PIRPreferencesForm *ui; + + MainWindow *mainWindow; +}; + +#endif // PIRPREFERENCESFORM_H