X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=librarydialog.h;h=a29a0930203fe4f279d58c1bde0adae54a339c66;hb=b72c0798bfde194a8f87ecd15956bbe99b184db8;hp=480a66da4ab92a663e660f55e325f0ebe708a5c0;hpb=85bcf96dffca018f534df073d1688dda6ff5a5f2;p=dorian diff --git a/librarydialog.h b/librarydialog.h index 480a66d..a29a093 100644 --- a/librarydialog.h +++ b/librarydialog.h @@ -7,7 +7,6 @@ #include "listwindow.h" -class ListView; class QPushButton; class QModelIndex; class QCloseEvent; @@ -15,8 +14,8 @@ class ProgressDialog; class Book; class InfoWindow; class SortedLibrary; -class SearchDialog; class QAction; +class SearchDialog; /** Manage library. */ class LibraryDialog: public ListWindow @@ -41,13 +40,11 @@ public slots: private: QString createItemText(Book *book); void setSelected(const QModelIndex &index); - QModelIndex selected() const; - ListView *list; SortedLibrary *sortedLibrary; ProgressDialog *progress; - SearchDialog *searchDialog; QAction *sortByAuthor; QAction *sortByTitle; + SearchDialog *searchDialog; }; #endif // LIBRARYDIALOG_H