summaryrefslogtreecommitdiff
path: root/core/pim/todo/taskeditoroverview.h
Side-by-side diff
Diffstat (limited to 'core/pim/todo/taskeditoroverview.h') (more/less context) (show 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 @@
-#include <qdatetime.h>
#include <qpixmap.h>
@@ -38,6 +37,5 @@
class CategorySelect;
-class DateBookMonth;
class QCheckBox;
class QComboBox;
-class QPushButton;
+class QMultiLineEdit;
@@ -51,13 +49,7 @@ public:
- QComboBox *cmbSum;
- QComboBox *cmbPrio;
- QComboBox *cmbProgress;
- QCheckBox *ckbDue;
- QPushButton *btnDue;
- QCheckBox *ckbStart;
- QPushButton *btnStart;
- QCheckBox *ckbComp;
- QPushButton *btnComp;
- CategorySelect *comboCategory;
- QCheckBox *CheckBox7;
+ QComboBox *cmbDesc;
+ QComboBox *cmbPriority;
+ CategorySelect *cmbCategory;
+ QCheckBox *ckbRecurrence;
+ QMultiLineEdit *mleNotes;
@@ -68,3 +60,2 @@ signals:
void recurranceEnabled( bool );
- void dueDateChanged( const QDate& date );
@@ -73,18 +64,4 @@ protected:
-private:
- QDate m_start;
- QDate m_comp;
- QDate m_due;
- DateBookMonth *m_startBook;
- DateBookMonth *m_compBook;
- DateBookMonth *m_dueBook;
-
protected slots:
void slotRecClicked();
- void slotStartChecked();
- void slotCompChecked();
- void slotDueChecked();
- void slotStartChanged( int, int, int );
- void slotCompChanged( int, int, int );
- void slotDueChanged( int, int, int );
};