X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=settingswindow.h;h=fee2f2b851c0ecb106ffb7d55e1a3592472318fd;hb=2e5b3c45964ee98fca372fc5368c5aca589f6798;hp=f12070172f8bb7044ea50509a2b9d9fbbc1ce083;hpb=826aea4a3e3f4b4361b7592ad824963a529ffefd;p=dorian diff --git a/settingswindow.h b/settingswindow.h index f120701..fee2f2b 100644 --- a/settingswindow.h +++ b/settingswindow.h @@ -8,7 +8,7 @@ class QFontComboBox; class QFont; class QSlider; class QFontComboBox; -class QButtonGroup; +class ToolButtonBox; class SettingsWindow: public QMainWindow { @@ -26,6 +26,8 @@ public slots: void onCurrentFontChanged(const QFont &); void onSchemeButtonClicked(int id); void onOrientationButtonClicked(int id); + void onLightsToggled(bool enable); + void onGrabVolumeToggled(bool enable); protected: #ifdef Q_WS_MAEMO_5 @@ -35,7 +37,7 @@ protected: private: QSlider *zoomSlider; QFontComboBox *fontButton; - QButtonGroup *orientationGroup; + ToolButtonBox *orientationBox; }; #endif // SETTINGSWINDOW_H