summaryrefslogtreecommitdiffabout
path: root/korganizer/kofilterview_base.h
Side-by-side diff
Diffstat (limited to 'korganizer/kofilterview_base.h') (more/less context) (ignore 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 @@
+/****************************************************************************
+** Form interface generated from reading ui file 'kofilterview_base.ui'
+**
+** Created: Sat Jun 26 17:22:53 2004
+** by: The User Interface Compiler (uic)
+**
+** WARNING! All changes made in this file will be lost!
+****************************************************************************/
+#ifndef KOFILTERVIEW_BASE_H
+#define KOFILTERVIEW_BASE_H
+
+#include <qvariant.h>
+#include <qwidget.h>
+class QVBoxLayout;
+class QHBoxLayout;
+class QGridLayout;
+class QCheckBox;
+class QComboBox;
+class QFrame;
+class QPushButton;
+
+class KOFilterView_base : public QWidget
+{
+ Q_OBJECT
+
+public:
+ KOFilterView_base( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ ~KOFilterView_base();
+
+ QFrame* Frame11;
+ QCheckBox* mEnabledCheck;
+ QComboBox* mSelectionCombo;
+ QPushButton* mEditButton;
+
+protected:
+ QVBoxLayout* KOFilterView_baseLayout;
+ QVBoxLayout* Frame11Layout;
+};
+
+#endif // KOFILTERVIEW_BASE_H