diff options
Diffstat (limited to 'korganizer/kogroupware.h')
-rw-r--r-- | korganizer/kogroupware.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/korganizer/kogroupware.h b/korganizer/kogroupware.h index f6695de07..5df80a6ac 100644 --- a/korganizer/kogroupware.h +++ b/korganizer/kogroupware.h @@ -78,7 +78,8 @@ class KOGroupware : public QObject bool sendICalMessage( TQWidget *parent, KCal::Scheduler::Method method, Incidence* incidence, KOGlobals::HowChanged action, - bool attendeeStatusChanged ); + bool attendeeStatusChanged, + int dontAskForGroupware = 0 ); /** Send counter proposal message. |