summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-gutenbrowser/output.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/output.h
parent9e1ecade17a77c3d50aecc4c92091d852e99e8d9 (diff)
downloadopie-fc42c7317c956e5bc6e74bfbb1ec185d2faa79f4.zip
opie-fc42c7317c956e5bc6e74bfbb1ec185d2faa79f4.tar.gz
opie-fc42c7317c956e5bc6e74bfbb1ec185d2faa79f4.tar.bz2
add gutenbrowser
Diffstat (limited to 'noncore/apps/opie-gutenbrowser/output.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-gutenbrowser/output.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/noncore/apps/opie-gutenbrowser/output.h b/noncore/apps/opie-gutenbrowser/output.h
new file mode 100644
index 0000000..39c3eec
--- a/dev/null
+++ b/noncore/apps/opie-gutenbrowser/output.h
@@ -0,0 +1,30 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'outputEdit.ui'
3 copyright : (C) 2000 -2004 by llornkcor
4 email : ljp@llornkcor.com
5****************************************************************************/
6#ifndef OUTPUT_H
7#define OUTPUT_H
8
9#include <qvariant.h>
10#include <qdialog.h>
11class QVBoxLayout;
12class QHBoxLayout;
13class QGridLayout;
14class QMultiLineEdit;
15
16class Output : public QDialog
17{
18 Q_OBJECT
19
20public:
21 Output( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
22 ~Output();
23
24 QMultiLineEdit* OutputEdit;
25
26protected:
27 QGridLayout* OutputLayout;
28};
29
30#endif // OUTPUT_H