summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-gutenbrowser/bookmarksdlg.h
authorllornkcor <llornkcor>2004-04-07 13:07:42 (UTC)
committer llornkcor <llornkcor>2004-04-07 13:07:42 (UTC)
commitfc42c7317c956e5bc6e74bfbb1ec185d2faa79f4 (patch) (side-by-side diff)
tree703e89c7178f764aab25028d4525f74340b28dcb /noncore/apps/opie-gutenbrowser/bookmarksdlg.h
parent9e1ecade17a77c3d50aecc4c92091d852e99e8d9 (diff)
downloadopie-fc42c7317c956e5bc6e74bfbb1ec185d2faa79f4.zip
opie-fc42c7317c956e5bc6e74bfbb1ec185d2faa79f4.tar.gz
opie-fc42c7317c956e5bc6e74bfbb1ec185d2faa79f4.tar.bz2
add gutenbrowser
Diffstat (limited to 'noncore/apps/opie-gutenbrowser/bookmarksdlg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-gutenbrowser/bookmarksdlg.h55
1 files changed, 55 insertions, 0 deletions
diff --git a/noncore/apps/opie-gutenbrowser/bookmarksdlg.h b/noncore/apps/opie-gutenbrowser/bookmarksdlg.h
new file mode 100644
index 0000000..8d99b2b
--- a/dev/null
+++ b/noncore/apps/opie-gutenbrowser/bookmarksdlg.h
@@ -0,0 +1,55 @@
+/***************************************************************************
+ bookmarksdlg.h - description
+ -------------------
+ begin : Wed Dec 1 1999
+ copyright : (C) 1999 - 2004 by llornkcor
+ email : ljp@llornkcor.com
+ ***************************************************************************/
+
+/***************************************************************************
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ ***************************************************************************/
+
+#ifndef BOOKMARKSDLG_H
+#define BOOKMARKSDLG_H
+
+#include <qwidget.h>
+#include <qlineedit.h>
+#include <qmultilineedit.h>
+#include <qlabel.h>
+//#include <qlistbox.h>
+#include <qpushbutton.h>
+#include <qcombobox.h>
+#include <qdialog.h>
+
+
+class bookMarksDlg : public QDialog {
+ Q_OBJECT
+public:
+ bookMarksDlg(QWidget *parent, QString name);
+ ~bookMarksDlg();
+
+protected:
+// void initDialog();
+ QLineEdit *QLineEdit_1;
+ QMultiLineEdit *QMultiLineEdit_1;
+ QLabel *QLabel_1;
+ QLabel *QLabel_2;
+ QLabel *QLabel_3;
+ QComboBox *QComboBox_1;
+ QPushButton *QPushButton_Ok;
+ QPushButton *QPushButton_cancel;
+
+
+private:
+
+protected slots:
+ virtual void doIt();
+};
+
+#endif