diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-01 17:18:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-01 17:18:13 +0900 |
commit | 6d2f3127be206390c4c576fc174ad6edeb020dfe (patch) | |
tree | ca430a49349b46c7e556a2c6cb140730a3b00b46 /tderesources/egroupware/knotes_resourcexmlrpc.h | |
parent | 2852e8272a186108d3c8b2bc133e67fd8624e99c (diff) | |
download | tdepim-6d2f3127be206390c4c576fc174ad6edeb020dfe.tar.gz tdepim-6d2f3127be206390c4c576fc174ad6edeb020dfe.zip |
Adjusted to use new TQStringVariantMap type.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tderesources/egroupware/knotes_resourcexmlrpc.h')
-rw-r--r-- | tderesources/egroupware/knotes_resourcexmlrpc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/egroupware/knotes_resourcexmlrpc.h b/tderesources/egroupware/knotes_resourcexmlrpc.h index 3550aed48..2e91d66fb 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; |