summaryrefslogtreecommitdiffabout
path: root/korganizer
authorzautrix <zautrix>2005-01-16 10:42:53 (UTC)
committer zautrix <zautrix>2005-01-16 10:42:53 (UTC)
commit92b8de5ff678bddf69b9f0a45c1d90829c50c592 (patch) (unidiff)
tree7512b349a77910d7eb6112c68d2d6f3fa3ef5f0f /korganizer
parent5138d4edea4189100ddc8bf6bd82bccbdcaebf95 (diff)
downloadkdepimpi-92b8de5ff678bddf69b9f0a45c1d90829c50c592.zip
kdepimpi-92b8de5ff678bddf69b9f0a45c1d90829c50c592.tar.gz
kdepimpi-92b8de5ff678bddf69b9f0a45c1d90829c50c592.tar.bz2
filter edit fix
Diffstat (limited to 'korganizer') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/filteredit_base.cpp5
-rw-r--r--korganizer/filteredit_base.h5
-rw-r--r--korganizer/filteredit_base.ui10
-rw-r--r--korganizer/korganizer.pro2
4 files changed, 6 insertions, 16 deletions
diff --git a/korganizer/filteredit_base.cpp b/korganizer/filteredit_base.cpp
index e724da4..d61ee67 100644
--- a/korganizer/filteredit_base.cpp
+++ b/korganizer/filteredit_base.cpp
@@ -1,7 +1,7 @@
1/**************************************************************************** 1/****************************************************************************
2** Form implementation generated from reading ui file 'filteredit_base.ui' 2** Form implementation generated from reading ui file 'filteredit_base.ui'
3** 3**
4** Created: So Jan 16 11:23:21 2005 4** Created: So Jan 16 11:40:31 2005
5** by: The User Interface Compiler ($Id$) 5** by: The User Interface Compiler ($Id$)
6** 6**
7** WARNING! All changes made in this file will be lost! 7** WARNING! All changes made in this file will be lost!
@@ -20,7 +20,6 @@
20#include <qlayout.h> 20#include <qlayout.h>
21#include <qtooltip.h> 21#include <qtooltip.h>
22#include <qwhatsthis.h> 22#include <qwhatsthis.h>
23#include "filteredit_base.ui.h"
24 23
25/* 24/*
26 * Constructs a FilterEdit_base as a child of 'parent', with the 25 * Constructs a FilterEdit_base as a child of 'parent', with the
@@ -107,7 +106,7 @@ FilterEdit_base::FilterEdit_base( QWidget* parent, const char* name, WFlags fl )
107 mCriteriaFrameLayout->addLayout( layout2 ); 106 mCriteriaFrameLayout->addLayout( layout2 );
108 FilterEdit_baseLayout->addWidget( mCriteriaFrame ); 107 FilterEdit_baseLayout->addWidget( mCriteriaFrame );
109 languageChange(); 108 languageChange();
110 resize( QSize(351, 275).expandedTo(minimumSizeHint()) ); 109 resize( QSize(324, 281).expandedTo(minimumSizeHint()) );
111 clearWState( WState_Polished ); 110 clearWState( WState_Polished );
112} 111}
113 112
diff --git a/korganizer/filteredit_base.h b/korganizer/filteredit_base.h
index 0c2988a..6d8780e 100644
--- a/korganizer/filteredit_base.h
+++ b/korganizer/filteredit_base.h
@@ -1,7 +1,7 @@
1/**************************************************************************** 1/****************************************************************************
2** Form interface generated from reading ui file 'filteredit_base.ui' 2** Form interface generated from reading ui file 'filteredit_base.ui'
3** 3**
4** Created: So Jan 16 11:23:21 2005 4** Created: So Jan 16 11:40:31 2005
5** by: The User Interface Compiler ($Id$) 5** by: The User Interface Compiler ($Id$)
6** 6**
7** WARNING! All changes made in this file will be lost! 7** WARNING! All changes made in this file will be lost!
@@ -52,9 +52,6 @@ public:
52 QCheckBox* mPrivateCheck; 52 QCheckBox* mPrivateCheck;
53 QCheckBox* mConfidentialCheck; 53 QCheckBox* mConfidentialCheck;
54 54
55public slots:
56 virtual void updateFilter();
57
58protected: 55protected:
59 QVBoxLayout* FilterEdit_baseLayout; 56 QVBoxLayout* FilterEdit_baseLayout;
60 QVBoxLayout* mCriteriaFrameLayout; 57 QVBoxLayout* mCriteriaFrameLayout;
diff --git a/korganizer/filteredit_base.ui b/korganizer/filteredit_base.ui
index 2436f57..b093b00 100644
--- a/korganizer/filteredit_base.ui
+++ b/korganizer/filteredit_base.ui
@@ -8,8 +8,8 @@
8 <rect> 8 <rect>
9 <x>0</x> 9 <x>0</x>
10 <y>0</y> 10 <y>0</y>
11 <width>351</width> 11 <width>324</width>
12 <height>275</height> 12 <height>281</height>
13 </rect> 13 </rect>
14 </property> 14 </property>
15 <property name="caption"> 15 <property name="caption">
@@ -240,11 +240,5 @@
240 </widget> 240 </widget>
241 </vbox> 241 </vbox>
242</widget> 242</widget>
243<includes>
244 <include location="local" impldecl="in implementation">filteredit_base.ui.h</include>
245</includes>
246<slots>
247 <slot>updateFilter()</slot>
248</slots>
249<layoutdefaults spacing="6" margin="11"/> 243<layoutdefaults spacing="6" margin="11"/>
250</UI> 244</UI>
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro
index 628d84e..c2602b2 100644
--- a/korganizer/korganizer.pro
+++ b/korganizer/korganizer.pro
@@ -46,7 +46,7 @@ MOC_DIR = moc/win
46 46
47 47
48INTERFACES = kofilterview_base.ui 48INTERFACES = kofilterview_base.ui
49# filteredit_base.ui 49#filteredit_base.ui
50 50
51# kdateedit.h \ 51# kdateedit.h \
52 52