X-Git-Url: http://git.maemo.org/git/?p=impuzzle;a=blobdiff_plain;f=src%2Fsettingsdialog.h;h=23b82ea9e9e8070cbc02c95b246f188b618549db;hp=05a759b10c3a67ecc04b9cc1ecbb127ce26e456a;hb=79ce16073d2c39d9973ffdddfbae8a94439dbd43;hpb=6ccd3c118b19d854dfa0fe9396cdf8885b52994a diff --git a/src/settingsdialog.h b/src/settingsdialog.h index 05a759b..23b82ea 100644 --- a/src/settingsdialog.h +++ b/src/settingsdialog.h @@ -27,6 +27,7 @@ class QRadioButton; class QHBoxLayout; class QComboBox; class QLabel; +class QPushButton; class SettingsDialog : public QDialog { @@ -41,6 +42,7 @@ public slots: private slots: void difficultySelectionChanged(bool value); void imageSelectionChanged(const QString &txt); + void applyClicked(); private: QVBoxLayout *mainLayout_; @@ -54,5 +56,7 @@ private: QComboBox *imageCombo_; QLabel *selectedImageLabel_; + + QPushButton *applyButton_; }; #endif