summaryrefslogtreecommitdiff
path: root/core/pim/todo/mainwindow.h
Side-by-side diff
Diffstat (limited to 'core/pim/todo/mainwindow.h') (more/less context) (show 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 9be7c66..b9172e1 100644
--- a/core/pim/todo/mainwindow.h
+++ b/core/pim/todo/mainwindow.h
@@ -55,12 +55,14 @@ protected slots:
void currentEntryChanged( int r, int c );
void setCategory( int );
void slotFind();
void setDocument( const QString & );
void slotBeam();
void beamDone( Ir * );
+ void slotDeleteAll();
+ void slotDuplicate();
protected:
void closeEvent( QCloseEvent *e );
private:
void populateCategories();
@@ -68,13 +70,15 @@ private:
private:
TodoTable *table;
QAction *editAction,
*deleteAction,
*findAction,
* completedAction,
- *showdeadlineAction ;
+ *showdeadlineAction,
+ *deleteAllAction,
+ *duplicateAction;
QPopupMenu *contextMenu, *catMenu;
bool syncing;
};
#endif