X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=settingswindow.h;h=c3f52326917257c7aa02b15532d55485ea11c95f;hb=HEAD;hp=6cf421fb9268c6d684cab5df6fe1db5b2209449c;hpb=7824c77776bfc286ce9711ab6e89a4e8aa0f3166;p=dorian diff --git a/settingswindow.h b/settingswindow.h index 6cf421f..c3f5232 100644 --- a/settingswindow.h +++ b/settingswindow.h @@ -21,7 +21,7 @@ class SettingsWindow: public AdopterWindow public: explicit SettingsWindow(QWidget *parent = 0); - enum {SchemeDefault, SchemeDay, SchemeNight, SchemeSand}; + enum {SchemeDay, SchemeNight, SchemeSand}; enum {OrientationPortrait, OrientationLandscape}; signals: @@ -41,7 +41,6 @@ private: QSlider *zoomSlider; QLabel *zoomLabel; QFontComboBox *fontButton; - ToolButtonBox *orientationBox; }; #endif // SETTINGSWINDOW_H