Diffstat (limited to 'korganizer/outgoingdialog_base.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | korganizer/outgoingdialog_base.h | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/korganizer/outgoingdialog_base.h b/korganizer/outgoingdialog_base.h new file mode 100644 index 0000000..af71bb1 --- a/dev/null +++ b/korganizer/outgoingdialog_base.h | |||
@@ -0,0 +1,47 @@ | |||
1 | /**************************************************************************** | ||
2 | ** Form interface generated from reading ui file '/build/kde/cvs/korge/kdepim/korganizer/outgoingdialog_base.ui' | ||
3 | ** | ||
4 | ** Created: Sat Mar 29 22:24:26 2003 | ||
5 | ** by: The User Interface Compiler () | ||
6 | ** | ||
7 | ** WARNING! All changes made in this file will be lost! | ||
8 | ****************************************************************************/ | ||
9 | |||
10 | #ifndef OUTGOINGDIALOG_BASE_H | ||
11 | #define OUTGOINGDIALOG_BASE_H | ||
12 | |||
13 | #include <qvariant.h> | ||
14 | #include <qdialog.h> | ||
15 | |||
16 | class QVBoxLayout; | ||
17 | class QHBoxLayout; | ||
18 | class QGridLayout; | ||
19 | class QListView; | ||
20 | class QListViewItem; | ||
21 | class QPushButton; | ||
22 | |||
23 | class OutgoingDialog_base : public QDialog | ||
24 | { | ||
25 | Q_OBJECT | ||
26 | |||
27 | public: | ||
28 | OutgoingDialog_base( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); | ||
29 | ~OutgoingDialog_base(); | ||
30 | |||
31 | QListView* mMessageListView; | ||
32 | QPushButton* PushButton5; | ||
33 | QPushButton* PushButton7; | ||
34 | QPushButton* PushButton6; | ||
35 | |||
36 | protected: | ||
37 | QGridLayout* OutgoingDialog_baseLayout; | ||
38 | |||
39 | protected slots: | ||
40 | virtual void languageChange(); | ||
41 | |||
42 | virtual void send(); | ||
43 | virtual void deleteItem(); | ||
44 | |||
45 | }; | ||
46 | |||
47 | #endif // OUTGOINGDIALOG_BASE_H | ||