summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-gutenbrowser/LibraryDialog.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-gutenbrowser/LibraryDialog.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-gutenbrowser/LibraryDialog.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/noncore/apps/opie-gutenbrowser/LibraryDialog.h b/noncore/apps/opie-gutenbrowser/LibraryDialog.h
index 8d6352f..95226b2 100644
--- a/noncore/apps/opie-gutenbrowser/LibraryDialog.h
+++ b/noncore/apps/opie-gutenbrowser/LibraryDialog.h
@@ -32,2 +32,3 @@
#include <qtabwidget.h>
+#include <qvaluelist.h>
@@ -43,2 +44,10 @@ class QWidget;
+typedef struct {
+ QString title;
+ QString author;
+ QString year;
+ QString file;
+} etext;
+
+
class LibraryDialog : public QDialog {
@@ -101,3 +110,3 @@ public slots:
void cancelIt();
- void sort();
+ void sortLists(int);
bool moreInfo();
@@ -120,2 +129,4 @@ protected:
+ QValueList<etext> etextLibrary;
+
void initDialog();
@@ -129,2 +140,4 @@ private:
bool getEtext(const QStringList &);
+private slots:
+ void authBoxClicked();