X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=settingswindow.h;h=d89a0288d63e4f4651a38cc8f8fb36b09a98a431;hb=b843ed247e4cbaa89d81c528902f0b5d7080c216;hp=e2b33538611800cec69a45575663e8f4963319bf;hpb=c08d16295fa01005d89c49ed444c650b5d0e4205;p=dorian diff --git a/settingswindow.h b/settingswindow.h index e2b3353..d89a028 100644 --- a/settingswindow.h +++ b/settingswindow.h @@ -1,10 +1,11 @@ #ifndef SETTINGSWINDOW_H #define SETTINGSWINDOW_H -#include #include #include +#include "adopterwindow.h" + class QPushButton; class QFontComboBox; class QFont; @@ -14,7 +15,7 @@ class QLabel; class ToolButtonBox; /** Display settings. */ -class SettingsWindow: public QMainWindow +class SettingsWindow: public AdopterWindow { Q_OBJECT @@ -34,15 +35,12 @@ public slots: void onGrabVolumeToggled(bool enable); protected: -#ifdef Q_WS_MAEMO_5 void closeEvent(QCloseEvent *e); -#endif private: QSlider *zoomSlider; QLabel *zoomLabel; QFontComboBox *fontButton; - ToolButtonBox *orientationBox; }; #endif // SETTINGSWINDOW_H