X-Git-Url: http://git.maemo.org/git/?p=jspeed;a=blobdiff_plain;f=src%2Fmainmenu.h;h=39dbb5df14a35f4ed5d9232636296af465bf62a0;hp=44e8b0c3f56820eaf2339e63414dfb9dd99716c7;hb=28cb8747756c4270e5bb6cd8585685e7ed234aef;hpb=954279706db1477b5124332fdd9c3887cc89c74a diff --git a/src/mainmenu.h b/src/mainmenu.h index 44e8b0c..39dbb5d 100644 --- a/src/mainmenu.h +++ b/src/mainmenu.h @@ -25,6 +25,8 @@ class QVBoxLayout; class QHBoxLayout; class ThemeSelector; class UnitSelector; +class PoiSettings; +class SpeedAlarmSettings; class MainMenu : public QDialog { @@ -46,6 +48,8 @@ private slots: void selectUnit(); void showAbout(); void confirmReset(); + void openPoiAlerts(); + void openSpeedAlarm(); private: QVBoxLayout* layout_; @@ -53,6 +57,8 @@ private: QHBoxLayout* currentRow_; ThemeSelector* themeSelector_; UnitSelector* unitSelector_; + PoiSettings* poiSettings_; + SpeedAlarmSettings* speedAlarmSettings_; QDialog* aboutDialog_; };