From 7d15927b7e7957a80da335587598e7b62dece1a4 Mon Sep 17 00:00:00 2001 From: ulf69 Date: Tue, 17 Aug 2004 00:15:05 +0000 Subject: added listener to access Ka/pi via QCop --- (limited to 'korganizer/koeditordetails.h') diff --git a/korganizer/koeditordetails.h b/korganizer/koeditordetails.h index 930b296..0cc807f 100644 --- a/korganizer/koeditordetails.h +++ b/korganizer/koeditordetails.h @@ -23,6 +23,7 @@ #ifndef _KOEDITORDETAILS_H #define _KOEDITORDETAILS_H +#include #include #include #include @@ -70,6 +71,10 @@ class KOEditorDetails : public QWidget public slots: void insertAttendee(Attendee *); + // called when the app recieves a list of name/email/uid (=addresses) from another app. Usually Ka/Pi + // The first parameter is a uniqueid. It can be used to identify if event + void insertAttendees(const QString&, const QStringList& namelist, const QStringList& emaillist, const QStringList& uidlist); + protected slots: void addNewAttendee(); @@ -96,7 +101,7 @@ class KOEditorDetails : public QWidget QPushButton* mAddButton; QPushButton* mRemoveButton; QPushButton* mAddressBookButton; - + QPtrList mdelAttendees; }; -- cgit v0.9.0.2