summaryrefslogtreecommitdiffstats
path: root/tderesources/egroupware/knotes_resourcexmlrpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/egroupware/knotes_resourcexmlrpc.h')
-rw-r--r--tderesources/egroupware/knotes_resourcexmlrpc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/egroupware/knotes_resourcexmlrpc.h b/tderesources/egroupware/knotes_resourcexmlrpc.h
index 3550aed4..2e91d66f 100644
--- a/tderesources/egroupware/knotes_resourcexmlrpc.h
+++ b/tderesources/egroupware/knotes_resourcexmlrpc.h
@@ -84,8 +84,8 @@ class KDE_EXPORT ResourceXMLRPC : public ResourceNotes
void init();
void initEGroupware();
- void writeNote( KCal::Journal*, TQMap<TQString, TQVariant>& );
- void readNote( const TQMap<TQString, TQVariant>&, KCal::Journal*, TQString& );
+ void writeNote( KCal::Journal*, TQStringVariantMap& );
+ void readNote( const TQStringVariantMap&, KCal::Journal*, TQString& );
KCal::CalendarLocal mCalendar;
KXMLRPC::Server *mServer;