X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=settingswindow.h;h=d89a0288d63e4f4651a38cc8f8fb36b09a98a431;hb=399cd6cba2b7a0ad3d2de29593c3143ece63aad3;hp=fee2f2b851c0ecb106ffb7d55e1a3592472318fd;hpb=67043ec8b79ebd87b72d82d27397097371ec38b5;p=dorian diff --git a/settingswindow.h b/settingswindow.h index fee2f2b..d89a028 100644 --- a/settingswindow.h +++ b/settingswindow.h @@ -1,16 +1,21 @@ #ifndef SETTINGSWINDOW_H #define SETTINGSWINDOW_H -#include +#include +#include + +#include "adopterwindow.h" class QPushButton; class QFontComboBox; class QFont; class QSlider; class QFontComboBox; +class QLabel; class ToolButtonBox; -class SettingsWindow: public QMainWindow +/** Display settings. */ +class SettingsWindow: public AdopterWindow { Q_OBJECT @@ -30,14 +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