summaryrefslogtreecommitdiffabout
path: root/korganizer/kofilterview_base.h
Unidiff
Diffstat (limited to 'korganizer/kofilterview_base.h') (more/less context) (show whitespace changes)
-rw-r--r--korganizer/kofilterview_base.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/korganizer/kofilterview_base.h b/korganizer/kofilterview_base.h
new file mode 100644
index 0000000..ed084ce
--- a/dev/null
+++ b/korganizer/kofilterview_base.h
@@ -0,0 +1,40 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'kofilterview_base.ui'
3**
4** Created: Sat Jun 26 17:22:53 2004
5** by: The User Interface Compiler (uic)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9#ifndef KOFILTERVIEW_BASE_H
10#define KOFILTERVIEW_BASE_H
11
12#include <qvariant.h>
13#include <qwidget.h>
14class QVBoxLayout;
15class QHBoxLayout;
16class QGridLayout;
17class QCheckBox;
18class QComboBox;
19class QFrame;
20class QPushButton;
21
22class KOFilterView_base : public QWidget
23{
24 Q_OBJECT
25
26public:
27 KOFilterView_base( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
28 ~KOFilterView_base();
29
30 QFrame* Frame11;
31 QCheckBox* mEnabledCheck;
32 QComboBox* mSelectionCombo;
33 QPushButton* mEditButton;
34
35protected:
36 QVBoxLayout* KOFilterView_baseLayout;
37 QVBoxLayout* Frame11Layout;
38};
39
40#endif // KOFILTERVIEW_BASE_H