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) (unidiff)
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 @@
1/***************************************************************************
2 bookmarksdlg.h - description
3 -------------------
4 begin : Wed Dec 1 1999
5 copyright : (C) 1999 - 2004 by llornkcor
6 email : ljp@llornkcor.com
7 ***************************************************************************/
8
9/***************************************************************************
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
15 * *
16 ***************************************************************************/
17
18#ifndef BOOKMARKSDLG_H
19#define BOOKMARKSDLG_H
20
21#include <qwidget.h>
22#include <qlineedit.h>
23#include <qmultilineedit.h>
24#include <qlabel.h>
25//#include <qlistbox.h>
26#include <qpushbutton.h>
27#include <qcombobox.h>
28#include <qdialog.h>
29
30
31class bookMarksDlg : public QDialog {
32 Q_OBJECT
33public:
34 bookMarksDlg(QWidget *parent, QString name);
35 ~bookMarksDlg();
36
37protected:
38 //void initDialog();
39 QLineEdit *QLineEdit_1;
40 QMultiLineEdit *QMultiLineEdit_1;
41 QLabel *QLabel_1;
42 QLabel *QLabel_2;
43 QLabel *QLabel_3;
44 QComboBox *QComboBox_1;
45 QPushButton *QPushButton_Ok;
46 QPushButton *QPushButton_cancel;
47
48
49private:
50
51protected slots:
52 virtual void doIt();
53};
54
55#endif