summaryrefslogtreecommitdiff
path: root/core/pim/todo/mainwindow.h
authorzecke <zecke>2002-04-14 15:14:03 (UTC)
committer zecke <zecke>2002-04-14 15:14:03 (UTC)
commita0fe593db4e700989cc19e28b67a58f87823afeb (patch) (side-by-side diff)
tree1a369409be81aa0feb15899b56adda6ec12b2591 /core/pim/todo/mainwindow.h
parent16dd1d47d51e6307be8d89d36571115cb7c8788c (diff)
downloadopie-a0fe593db4e700989cc19e28b67a58f87823afeb.zip
opie-a0fe593db4e700989cc19e28b67a58f87823afeb.tar.gz
opie-a0fe593db4e700989cc19e28b67a58f87823afeb.tar.bz2
-menu restructure ( closer to the Zaurus)
-first Part of restoring journal I need to rewrite the whole crap later qt journaled on a row basis which doesn't work anymore cause of flexible sorting -something I forgot ;)
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
@@ -58,7 +58,9 @@ protected slots:
void setDocument( const QString & );
void slotBeam();
void beamDone( Ir * );
-
+ void slotDeleteAll();
+ void slotDuplicate();
+
protected:
void closeEvent( QCloseEvent *e );
@@ -68,10 +70,12 @@ private:
private:
TodoTable *table;
QAction *editAction,
- *deleteAction,
- *findAction,
- * completedAction,
- *showdeadlineAction ;
+ *deleteAction,
+ *findAction,
+ *completedAction,
+ *showdeadlineAction,
+ *deleteAllAction,
+ *duplicateAction;
QPopupMenu *contextMenu, *catMenu;
bool syncing;