summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-gutenbrowser/LibraryDialog.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-gutenbrowser/LibraryDialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-gutenbrowser/LibraryDialog.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/noncore/apps/opie-gutenbrowser/LibraryDialog.h b/noncore/apps/opie-gutenbrowser/LibraryDialog.h
index f5bfe08..8d6352f 100644
--- a/noncore/apps/opie-gutenbrowser/LibraryDialog.h
+++ b/noncore/apps/opie-gutenbrowser/LibraryDialog.h
@@ -103,12 +103,14 @@ public slots:
103 bool moreInfo(); 103 bool moreInfo();
104// void DownloadEmAll(); 104// void DownloadEmAll();
105 bool httpDownload(); 105 bool httpDownload();
106 bool setTitle(); 106 bool setTitle();
107 void saveConfig(); 107 void saveConfig();
108 bool download_Etext(); 108 bool download_Etext();
109 bool download_newEtext();
110
109 void onButtonSearch(); 111 void onButtonSearch();
110 bool onButtonDownload(); 112 bool onButtonDownload();
111 113
112// bool UnzipIt( QString fileName); 114// bool UnzipIt( QString fileName);
113 void comboSelect(int index); 115 void comboSelect(int index);
114protected slots: 116protected slots:
@@ -117,10 +119,15 @@ protected slots:
117protected: 119protected:
118 120
119 void initDialog(); 121 void initDialog();
120 QHBoxLayout *hbox,*hbox1,*hbox2; 122 QHBoxLayout *hbox,*hbox1,*hbox2;
121 QVBoxLayout *vbox; 123 QVBoxLayout *vbox;
122// void search_slot(); 124// void search_slot();
125private:
126 void addItems();
127 void clearItems();
128 void cleanStrings();
129 bool getEtext(const QStringList &);
123 130
124}; 131};
125 132
126#endif // LIBRARYDIALOG_H 133#endif // LIBRARYDIALOG_H