summaryrefslogtreecommitdiffabout
path: root/korganizer/filteredit_base.cpp
authorzautrix <zautrix>2005-01-16 10:42:53 (UTC)
committer zautrix <zautrix>2005-01-16 10:42:53 (UTC)
commit92b8de5ff678bddf69b9f0a45c1d90829c50c592 (patch) (unidiff)
tree7512b349a77910d7eb6112c68d2d6f3fa3ef5f0f /korganizer/filteredit_base.cpp
parent5138d4edea4189100ddc8bf6bd82bccbdcaebf95 (diff)
downloadkdepimpi-92b8de5ff678bddf69b9f0a45c1d90829c50c592.zip
kdepimpi-92b8de5ff678bddf69b9f0a45c1d90829c50c592.tar.gz
kdepimpi-92b8de5ff678bddf69b9f0a45c1d90829c50c592.tar.bz2
filter edit fix
Diffstat (limited to 'korganizer/filteredit_base.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/filteredit_base.cpp5
1 files changed, 2 insertions, 3 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 @@
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!
8****************************************************************************/ 8****************************************************************************/
9 9
10#include "filteredit_base.h" 10#include "filteredit_base.h"
@@ -17,13 +17,12 @@
17#include <qlistbox.h> 17#include <qlistbox.h>
18#include <qlabel.h> 18#include <qlabel.h>
19#include <qcheckbox.h> 19#include <qcheckbox.h>
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
27 * name 'name' and widget flags set to 'f'. 26 * name 'name' and widget flags set to 'f'.
28 */ 27 */
29FilterEdit_base::FilterEdit_base( QWidget* parent, const char* name, WFlags fl ) 28FilterEdit_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 )
104 mConfidentialCheck = new QCheckBox( mCriteriaFrame, "mConfidentialCheck" ); 103 mConfidentialCheck = new QCheckBox( mCriteriaFrame, "mConfidentialCheck" );
105 mConfidentialCheck->setChecked( FALSE ); 104 mConfidentialCheck->setChecked( FALSE );
106 layout2->addWidget( mConfidentialCheck ); 105 layout2->addWidget( mConfidentialCheck );
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
114/* 113/*
115 * Destroys the object and frees any allocated resources 114 * Destroys the object and frees any allocated resources
116 */ 115 */