-rw-r--r-- | korganizer/filteredit_base.cpp | 5 | ||||
-rw-r--r-- | korganizer/filteredit_base.h | 5 | ||||
-rw-r--r-- | korganizer/filteredit_base.ui | 10 | ||||
-rw-r--r-- | korganizer/korganizer.pro | 2 |
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 @@ /**************************************************************************** ** Form implementation generated from reading ui file 'filteredit_base.ui' ** -** Created: So Jan 16 11:23:21 2005 +** Created: So Jan 16 11:40:31 2005 ** by: The User Interface Compiler ($Id$) ** ** WARNING! All changes made in this file will be lost! @@ -20,7 +20,6 @@ #include <qlayout.h> #include <qtooltip.h> #include <qwhatsthis.h> -#include "filteredit_base.ui.h" /* * 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 ) mCriteriaFrameLayout->addLayout( layout2 ); FilterEdit_baseLayout->addWidget( mCriteriaFrame ); languageChange(); - resize( QSize(351, 275).expandedTo(minimumSizeHint()) ); + resize( QSize(324, 281).expandedTo(minimumSizeHint()) ); clearWState( WState_Polished ); } 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 @@ /**************************************************************************** ** Form interface generated from reading ui file 'filteredit_base.ui' ** -** Created: So Jan 16 11:23:21 2005 +** Created: So Jan 16 11:40:31 2005 ** by: The User Interface Compiler ($Id$) ** ** WARNING! All changes made in this file will be lost! @@ -52,9 +52,6 @@ public: QCheckBox* mPrivateCheck; QCheckBox* mConfidentialCheck; -public slots: - virtual void updateFilter(); - protected: QVBoxLayout* FilterEdit_baseLayout; 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 @@ <rect> <x>0</x> <y>0</y> - <width>351</width> - <height>275</height> + <width>324</width> + <height>281</height> </rect> </property> <property name="caption"> @@ -240,11 +240,5 @@ </widget> </vbox> </widget> -<includes> - <include location="local" impldecl="in implementation">filteredit_base.ui.h</include> -</includes> -<slots> - <slot>updateFilter()</slot> -</slots> <layoutdefaults spacing="6" margin="11"/> </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 INTERFACES = kofilterview_base.ui -# filteredit_base.ui +#filteredit_base.ui # kdateedit.h \ |