diff options
author | Michele Calgaro <[email protected]> | 2019-06-01 17:18:13 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-06-01 17:18:13 +0900 |
commit | 6d2f3127be206390c4c576fc174ad6edeb020dfe (patch) | |
tree | ca430a49349b46c7e556a2c6cb140730a3b00b46 /tderesources/egroupware/kcal_resourcexmlrpc.h | |
parent | 2852e8272a186108d3c8b2bc133e67fd8624e99c (diff) | |
download | tdepim-6d2f3127be206390c4c576fc174ad6edeb020dfe.tar.gz tdepim-6d2f3127be206390c4c576fc174ad6edeb020dfe.zip |
Adjusted to use new TQStringVariantMap type.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tderesources/egroupware/kcal_resourcexmlrpc.h')
-rw-r--r-- | tderesources/egroupware/kcal_resourcexmlrpc.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tderesources/egroupware/kcal_resourcexmlrpc.h b/tderesources/egroupware/kcal_resourcexmlrpc.h index 271995819..776bc68b3 100644 --- a/tderesources/egroupware/kcal_resourcexmlrpc.h +++ b/tderesources/egroupware/kcal_resourcexmlrpc.h @@ -206,11 +206,11 @@ class KDE_EXPORT ResourceXMLRPC : public ResourceCached void init(); void initEGroupware(); - void writeEvent( Event*, TQMap<TQString, TQVariant>& ); - void readEvent( const TQMap<TQString, TQVariant>&, Event*, TQString& ); + void writeEvent( Event*, TQStringVariantMap& ); + void readEvent( const TQStringVariantMap&, Event*, TQString& ); - void writeTodo( Todo*, TQMap<TQString, TQVariant>& ); - void readTodo( const TQMap<TQString, TQVariant>&, Todo*, TQString& ); + void writeTodo( Todo*, TQStringVariantMap& ); + void readTodo( const TQStringVariantMap&, Todo*, TQString& ); void checkLoadingFinished(); |