X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=mainwindow.h;h=1f50c41e64ac0dd091458c24b0f740bc74c7335a;hb=207298bf65c031a7aa144685a2646308ece0c5ab;hp=4f499d2b1f83c62599883a68a51f33b288e1fb2e;hpb=5648f4dcb3f32f229b54f94fb4b243ffb2080959;p=dorian diff --git a/mainwindow.h b/mainwindow.h index 4f499d2..1f50c41 100755 --- a/mainwindow.h +++ b/mainwindow.h @@ -26,7 +26,7 @@ public: public slots: void showLibrary(); - void showInfo(); + void rotate(); void showSettings(); void showDevTools(); void showBookmarks(); @@ -51,19 +51,14 @@ public slots: void onEndLoad(); protected: - void closeEvent(QCloseEvent *event); void timerEvent(QTimerEvent *event); - void resizeEvent(QResizeEvent *event); - -protected slots: - void placeChildren(); private: void setCurrentBook(const QModelIndex ¤t); BookView *view; QAction *settingsAction; QAction *libraryAction; - QAction *infoAction; + QAction *rotateAction; QAction *devToolsAction; QAction *bookmarksAction; QAction *fullScreenAction; @@ -75,9 +70,9 @@ private: QModelIndex mCurrent; FullScreenWindow *fullScreenWindow; int preventBlankingTimer; - Progress *progress; - TranslucentButton *previousButton; - TranslucentButton *nextButton; + Progress *prog; + TranslucentButton *prev; + TranslucentButton *next; ProgressDialog *libraryProgress; };