From a0fe593db4e700989cc19e28b67a58f87823afeb Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 14 Apr 2002 15:14:03 +0000 Subject: -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 ;) --- (limited to 'core/pim/todo/mainwindow.h') 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; -- cgit v0.9.0.2