summaryrefslogtreecommitdiff
path: root/core/pim/todo/mainwindow.h
Side-by-side diff
Diffstat (limited to 'core/pim/todo/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/mainwindow.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/pim/todo/mainwindow.h b/core/pim/todo/mainwindow.h
index 87a9133..86b9ac2 100644
--- a/core/pim/todo/mainwindow.h
+++ b/core/pim/todo/mainwindow.h
@@ -49,2 +49,3 @@ class Ir;
class QVBox;
+class QLineEdit;
@@ -84,2 +85,3 @@ namespace Todo {
bool showOverDue()const;
+ bool showQuickTask()const;
QString currentCategory()const;
@@ -133,2 +135,3 @@ private slots:
*m_showOverDueAction,
+ *m_showQuickTaskAction,
*m_effectiveAction;
@@ -151,2 +154,3 @@ private slots:
bool m_overdue:1;
+ bool m_quicktask:1;
TodoManager m_todoMgr;
@@ -154,3 +158,2 @@ private slots:
QList<ViewBase> m_views;
- QList<QuickEditBase> m_quickEdit;
uint m_counter;
@@ -180,2 +183,3 @@ private slots:
void slotShowCompleted( bool );
+ void slotShowQuickTask( bool );