summaryrefslogtreecommitdiffstats
path: root/tderesources/egroupware/tdeabc_resourcexmlrpc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/egroupware/tdeabc_resourcexmlrpc.cpp')
-rw-r--r--tderesources/egroupware/tdeabc_resourcexmlrpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/egroupware/tdeabc_resourcexmlrpc.cpp b/tderesources/egroupware/tdeabc_resourcexmlrpc.cpp
index 1929bd19..5f92d1c5 100644
--- a/tderesources/egroupware/tdeabc_resourcexmlrpc.cpp
+++ b/tderesources/egroupware/tdeabc_resourcexmlrpc.cpp
@@ -208,7 +208,7 @@ bool ResourceXMLRPC::asyncLoad()
this, TQT_SLOT( listContactsFinished( const TQValueList<TQVariant>&, const TQVariant& ) ),
this, TQT_SLOT( fault( int, const TQString&, const TQVariant& ) ) );
- mServer->call( LoadCategoriesCommand, TQVariant( false, 0 ),
+ mServer->call( LoadCategoriesCommand, TQVariant( false ),
this, TQT_SLOT( loadCategoriesFinished( const TQValueList<TQVariant>&, const TQVariant& ) ),
this, TQT_SLOT( fault( int, const TQString&, const TQVariant& ) ) );