X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=mainwindow.h;h=9bfbab43e7e63262391a523031672cf0db58b3ae;hb=9d6624b77d5ce16de6f3f722fd500f1a8ff6418f;hp=5de2120ed3ef8bc8b0295b35be6846c42cf8aa42;hpb=7824c77776bfc286ce9711ab6e89a4e8aa0f3166;p=dorian diff --git a/mainwindow.h b/mainwindow.h index 5de2120..9bfbab4 100755 --- a/mainwindow.h +++ b/mainwindow.h @@ -51,9 +51,7 @@ public slots: void onEndLoad(); protected: - void closeEvent(QCloseEvent *event); void timerEvent(QTimerEvent *event); - void resizeEvent(QResizeEvent *event); private: void setCurrentBook(const QModelIndex ¤t); @@ -72,9 +70,9 @@ private: QModelIndex mCurrent; FullScreenWindow *fullScreenWindow; int preventBlankingTimer; - Progress *progress; - TranslucentButton *previousButton; - TranslucentButton *nextButton; + Progress *prog; + TranslucentButton *prev; + TranslucentButton *next; ProgressDialog *libraryProgress; };