summaryrefslogtreecommitdiffabout
path: root/korganizer/filteredit_base.h
authorzautrix <zautrix>2005-01-16 10:42:53 (UTC)
committer zautrix <zautrix>2005-01-16 10:42:53 (UTC)
commit92b8de5ff678bddf69b9f0a45c1d90829c50c592 (patch) (side-by-side diff)
tree7512b349a77910d7eb6112c68d2d6f3fa3ef5f0f /korganizer/filteredit_base.h
parent5138d4edea4189100ddc8bf6bd82bccbdcaebf95 (diff)
downloadkdepimpi-92b8de5ff678bddf69b9f0a45c1d90829c50c592.zip
kdepimpi-92b8de5ff678bddf69b9f0a45c1d90829c50c592.tar.gz
kdepimpi-92b8de5ff678bddf69b9f0a45c1d90829c50c592.tar.bz2
filter edit fix
Diffstat (limited to 'korganizer/filteredit_base.h') (more/less context) (show whitespace changes)
-rw-r--r--korganizer/filteredit_base.h5
1 files changed, 1 insertions, 4 deletions
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,72 +1,69 @@
/****************************************************************************
** 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
#define FILTEREDIT_BASE_H
#include <qvariant.h>
#include <qwidget.h>
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QSpacerItem;
class QFrame;
class QButtonGroup;
class QRadioButton;
class QPushButton;
class QListBox;
class QListBoxItem;
class QLabel;
class QCheckBox;
class FilterEdit_base : public QWidget
{
Q_OBJECT
public:
FilterEdit_base( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~FilterEdit_base();
QFrame* mCriteriaFrame;
QButtonGroup* ButtonGroup1;
QRadioButton* mCatShowCheck;
QRadioButton* mCatHideCheck;
QPushButton* mCatEditButton;
QListBox* mCatList;
QLabel* textLabel1;
QCheckBox* mRecurringCheck;
QCheckBox* mCompletedCheck;
QLabel* textLabel1_2;
QCheckBox* mEventCheck;
QCheckBox* mTodoCheck;
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;
QHBoxLayout* layout9;
QHBoxLayout* layout2;
protected slots:
virtual void languageChange();
};
#endif // FILTEREDIT_BASE_H