X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=fullscreenwindow.h;h=d91408cf11a93cbf78e4489f1648e3a39ed7e2a3;hb=997033b4cb3081b0095bc230a9d4343cf98cc3b4;hp=df2496cb9153e6897d74c42520850cd6ad3bbd6c;hpb=5648f4dcb3f32f229b54f94fb4b243ffb2080959;p=dorian diff --git a/fullscreenwindow.h b/fullscreenwindow.h index df2496c..d91408c 100644 --- a/fullscreenwindow.h +++ b/fullscreenwindow.h @@ -20,9 +20,6 @@ class FullScreenWindow: public AdopterWindow public: explicit FullScreenWindow(QWidget *parent); - /** Swith to full screen, and flash the restore button. */ - void showFullScreen(); - /** * Adopt children. * Same as @AdopterWindow::takeChildren(), but saves prog, previous @@ -39,15 +36,15 @@ protected: /** Handle size (and orientation) change. */ void resizeEvent(QResizeEvent *e); + /** Handle show event. */ + void showEvent(QShowEvent *e); + protected slots: /** Re-align adopted child windows. */ void placeChildren(); private: TranslucentButton *restoreButton; - Progress *progress; - TranslucentButton *previousButton; - TranslucentButton *nextButton; }; #endif // FULLSCREENWINDOW_H