summaryrefslogtreecommitdiff
path: root/core/pim/todo/taskeditoroverview.h
Unidiff
Diffstat (limited to 'core/pim/todo/taskeditoroverview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/taskeditoroverview.h35
1 files changed, 6 insertions, 29 deletions
diff --git a/core/pim/todo/taskeditoroverview.h b/core/pim/todo/taskeditoroverview.h
index 223b72c..d5f5125 100644
--- a/core/pim/todo/taskeditoroverview.h
+++ b/core/pim/todo/taskeditoroverview.h
@@ -33,3 +33,2 @@
33 33
34#include <qdatetime.h>
35#include <qpixmap.h> 34#include <qpixmap.h>
@@ -38,6 +37,5 @@
38class CategorySelect; 37class CategorySelect;
39class DateBookMonth;
40class QCheckBox; 38class QCheckBox;
41class QComboBox; 39class QComboBox;
42class QPushButton; 40class QMultiLineEdit;
43 41
@@ -51,13 +49,7 @@ public:
51 49
52 QComboBox *cmbSum; 50 QComboBox *cmbDesc;
53 QComboBox *cmbPrio; 51 QComboBox *cmbPriority;
54 QComboBox *cmbProgress; 52 CategorySelect *cmbCategory;
55 QCheckBox *ckbDue; 53 QCheckBox *ckbRecurrence;
56 QPushButton *btnDue; 54 QMultiLineEdit *mleNotes;
57 QCheckBox *ckbStart;
58 QPushButton *btnStart;
59 QCheckBox *ckbComp;
60 QPushButton *btnComp;
61 CategorySelect *comboCategory;
62 QCheckBox *CheckBox7;
63 55
@@ -68,3 +60,2 @@ signals:
68 void recurranceEnabled( bool ); 60 void recurranceEnabled( bool );
69 void dueDateChanged( const QDate& date );
70 61
@@ -73,18 +64,4 @@ protected:
73 64
74private:
75 QDate m_start;
76 QDate m_comp;
77 QDate m_due;
78 DateBookMonth *m_startBook;
79 DateBookMonth *m_compBook;
80 DateBookMonth *m_dueBook;
81
82protected slots: 65protected slots:
83 void slotRecClicked(); 66 void slotRecClicked();
84 void slotStartChecked();
85 void slotCompChecked();
86 void slotDueChecked();
87 void slotStartChanged( int, int, int );
88 void slotCompChanged( int, int, int );
89 void slotDueChanged( int, int, int );
90}; 67};