X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=mainwindow.h;h=5de2120ed3ef8bc8b0295b35be6846c42cf8aa42;hb=b28659ebcbbcd4c42d90e0439fc09e03fc5a47cc;hp=416865f3e6a27312b931f2a88bc734456912719d;hpb=6ddc8e668c46c2ae5920992637e9922285f92c20;p=dorian diff --git a/mainwindow.h b/mainwindow.h index 416865f..5de2120 100755 --- a/mainwindow.h +++ b/mainwindow.h @@ -1,7 +1,8 @@ #ifndef MAINWINDOW_H #define MAINWINDOW_H -#include +#include +#include #include "adopterwindow.h" @@ -12,6 +13,7 @@ class BookView; class Book; class FullScreenWindow; class Progress; +class ProgressDialog; class TranslucentButton; class MainWindow: public AdopterWindow @@ -20,7 +22,7 @@ class MainWindow: public AdopterWindow public: MainWindow(QWidget *parent = 0); - ~MainWindow(); + void initialize(); public slots: void showLibrary(); @@ -34,7 +36,7 @@ public slots: void onSettingsChanged(const QString &key); void onPartLoadStart(); void onPartLoadEnd(int index); - void onAddBookmark(); + void onAddBookmark(const QString ¬e); void onGoToBookmark(int index); void showChapters(); void onGoToChapter(int index); @@ -73,7 +75,7 @@ private: Progress *progress; TranslucentButton *previousButton; TranslucentButton *nextButton; - QProgressDialog *libraryProgress; + ProgressDialog *libraryProgress; }; #endif // MAINWINDOW_H