-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,10 +1,10 @@ /**************************************************************************** ** 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! ****************************************************************************/ #include "filteredit_base.h" @@ -17,13 +17,12 @@ #include <qlistbox.h> #include <qlabel.h> #include <qcheckbox.h> #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 * name 'name' and widget flags set to 'f'. */ FilterEdit_base::FilterEdit_base( QWidget* parent, const char* name, WFlags fl ) @@ -104,13 +103,13 @@ FilterEdit_base::FilterEdit_base( QWidget* parent, const char* name, WFlags fl ) mConfidentialCheck = new QCheckBox( mCriteriaFrame, "mConfidentialCheck" ); mConfidentialCheck->setChecked( FALSE ); layout2->addWidget( mConfidentialCheck ); mCriteriaFrameLayout->addLayout( layout2 ); FilterEdit_baseLayout->addWidget( mCriteriaFrame ); languageChange(); - resize( QSize(351, 275).expandedTo(minimumSizeHint()) ); + resize( QSize(324, 281).expandedTo(minimumSizeHint()) ); clearWState( WState_Polished ); } /* * Destroys the object and frees any allocated resources */ 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,10 +1,10 @@ /**************************************************************************** ** 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! ****************************************************************************/ #ifndef FILTEREDIT_BASE_H @@ -49,15 +49,12 @@ public: QCheckBox* mJournalCheck; QLabel* textLabel2; QCheckBox* mPublicCheck; QCheckBox* mPrivateCheck; QCheckBox* mConfidentialCheck; -public slots: - virtual void updateFilter(); - protected: QVBoxLayout* FilterEdit_baseLayout; QVBoxLayout* mCriteriaFrameLayout; QGridLayout* ButtonGroup1Layout; QHBoxLayout* layout4; QHBoxLayout* layout7; 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 @@ -5,14 +5,14 @@ <cstring>FilterEdit_base</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> - <width>351</width> - <height>275</height> + <width>324</width> + <height>281</height> </rect> </property> <property name="caption"> <string>FilterEditor</string> </property> <property name="layoutMargin" stdset="0"> @@ -237,14 +237,8 @@ </hbox> </widget> </vbox> </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 @@ -43,13 +43,13 @@ QMAKE_LINK += /NODEFAULTLIB:LIBC OBJECTS_DIR = obj/win MOC_DIR = moc/win } INTERFACES = kofilterview_base.ui -# filteredit_base.ui +#filteredit_base.ui # kdateedit.h \ HEADERS = \ filteredit_base.h \ alarmclient.h \ |