From 1eb54898047fab3963debe51fa3e570b361a1215 Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 13 Apr 2002 16:28:40 +0000 Subject: move to multiple categories + patch from Stefan Eilers to show the due date --- (limited to 'core/pim/todo/mainwindow.h') diff --git a/core/pim/todo/mainwindow.h b/core/pim/todo/mainwindow.h index 856dcb4..a81c27c 100644 --- a/core/pim/todo/mainwindow.h +++ b/core/pim/todo/mainwindow.h @@ -47,6 +47,10 @@ protected slots: void slotEdit(); void slotShowPopup( const QPoint & ); void showCompleted( bool ); + + /* added 20.01.2k2 by se */ + void showDeadline( bool ); + void currentEntryChanged( int r, int c ); void setCategory( int ); void slotFind(); @@ -64,8 +68,9 @@ private: TodoTable *table; QAction *editAction, *deleteAction, - *findAction, - * completedAction; + *findAction, + * completedAction, + *showdeadlineAction ; QPopupMenu *contextMenu, *catMenu; bool syncing; -- cgit v0.9.0.2