summaryrefslogtreecommitdiffabout
path: root/korganizer/kofilterview.cpp
authorzautrix <zautrix>2005-06-10 22:09:05 (UTC)
committer zautrix <zautrix>2005-06-10 22:09:05 (UTC)
commite7ff7858eb79a452b65b77f8bf5ee108503f432a (patch) (side-by-side diff)
tree0d6146133a572b6236f9e9f4e3e5e2dc9629a88a /korganizer/kofilterview.cpp
parentcdc55afb3d2c3ebd970843b7dce02acb1e6a189b (diff)
downloadkdepimpi-e7ff7858eb79a452b65b77f8bf5ee108503f432a.zip
kdepimpi-e7ff7858eb79a452b65b77f8bf5ee108503f432a.tar.gz
kdepimpi-e7ff7858eb79a452b65b77f8bf5ee108503f432a.tar.bz2
fff
Diffstat (limited to 'korganizer/kofilterview.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/kofilterview.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/korganizer/kofilterview.cpp b/korganizer/kofilterview.cpp
index 1479208..f0d17b5 100644
--- a/korganizer/kofilterview.cpp
+++ b/korganizer/kofilterview.cpp
@@ -25,6 +25,7 @@
#include <qcombobox.h>
#include <qpushbutton.h>
+
#include <libkcal/calfilter.h>
#include "kofilterview.h"
@@ -93,3 +94,23 @@ void KOFilterView::setSelectedFilter( int fil )
}
+
+KOCalEditView::KOCalEditView(QWidget* parent,
+ const char* name,WFlags fl )
+ : QWidget(parent,name,fl)
+{
+ /*
+ connect(mSelectionCombo,SIGNAL(activated(int)),SIGNAL(filterChanged()));
+ connect(mEnabledCheck,SIGNAL(clicked()),SIGNAL(filterChanged()));
+ connect(mEditButton,SIGNAL(clicked()),SIGNAL(editCalEdits()));
+ */
+}
+
+KOCalEditView::~KOCalEditView()
+{
+ // no need to delete child widgets, Qt does it all for us
+}
+void KOCalEditView::readConfig( KConfig *)
+{
+
+}