diff options
Diffstat (limited to 'tderesources/egroupware/tdeabc_resourcexmlrpc.h')
-rw-r--r-- | tderesources/egroupware/tdeabc_resourcexmlrpc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/egroupware/tdeabc_resourcexmlrpc.h b/tderesources/egroupware/tdeabc_resourcexmlrpc.h index 719c35c0c..6458b8098 100644 --- a/tderesources/egroupware/tdeabc_resourcexmlrpc.h +++ b/tderesources/egroupware/tdeabc_resourcexmlrpc.h @@ -91,8 +91,8 @@ class KDE_EXPORT ResourceXMLRPC : public ResourceCached TQString addrTypesToTypeStr( int ); - void writeContact( const Addressee&, TQMap<TQString, TQVariant>& ); - void readContact( const TQMap<TQString, TQVariant>&, Addressee &addr, TQString& ); + void writeContact( const Addressee&, TQStringVariantMap& ); + void readContact( const TQStringVariantMap&, Addressee &addr, TQString& ); EGroupwarePrefs *mPrefs; |