summaryrefslogtreecommitdiffabout
path: root/korganizer/filteredit_base.h
Unidiff
Diffstat (limited to 'korganizer/filteredit_base.h') (more/less context) (ignore 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,16 +1,16 @@
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!
8****************************************************************************/ 8****************************************************************************/
9 9
10#ifndef FILTEREDIT_BASE_H 10#ifndef FILTEREDIT_BASE_H
11#define FILTEREDIT_BASE_H 11#define FILTEREDIT_BASE_H
12 12
13#include <qvariant.h> 13#include <qvariant.h>
14#include <qwidget.h> 14#include <qwidget.h>
15 15
16class QVBoxLayout; 16class QVBoxLayout;
@@ -43,27 +43,24 @@ public:
43 QLabel* textLabel1; 43 QLabel* textLabel1;
44 QCheckBox* mRecurringCheck; 44 QCheckBox* mRecurringCheck;
45 QCheckBox* mCompletedCheck; 45 QCheckBox* mCompletedCheck;
46 QLabel* textLabel1_2; 46 QLabel* textLabel1_2;
47 QCheckBox* mEventCheck; 47 QCheckBox* mEventCheck;
48 QCheckBox* mTodoCheck; 48 QCheckBox* mTodoCheck;
49 QCheckBox* mJournalCheck; 49 QCheckBox* mJournalCheck;
50 QLabel* textLabel2; 50 QLabel* textLabel2;
51 QCheckBox* mPublicCheck; 51 QCheckBox* mPublicCheck;
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;
61 QGridLayout* ButtonGroup1Layout; 58 QGridLayout* ButtonGroup1Layout;
62 QHBoxLayout* layout4; 59 QHBoxLayout* layout4;
63 QHBoxLayout* layout7; 60 QHBoxLayout* layout7;
64 QHBoxLayout* layout9; 61 QHBoxLayout* layout9;
65 QHBoxLayout* layout2; 62 QHBoxLayout* layout2;
66 63
67protected slots: 64protected slots:
68 virtual void languageChange(); 65 virtual void languageChange();
69 66