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.h14
1 files changed, 9 insertions, 5 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
@@ -49,34 +49,38 @@ protected slots:
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();
void setDocument( const QString & );
void slotBeam();
void beamDone( Ir * );
-
+ void slotDeleteAll();
+ void slotDuplicate();
+
protected:
void closeEvent( QCloseEvent *e );
private:
void populateCategories();
private:
TodoTable *table;
QAction *editAction,
- *deleteAction,
- *findAction,
- * completedAction,
- *showdeadlineAction ;
+ *deleteAction,
+ *findAction,
+ *completedAction,
+ *showdeadlineAction,
+ *deleteAllAction,
+ *duplicateAction;
QPopupMenu *contextMenu, *catMenu;
bool syncing;
};
#endif