summaryrefslogtreecommitdiffstats
path: root/tderesources/egroupware/kcal_resourcexmlrpc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/egroupware/kcal_resourcexmlrpc.cpp')
-rw-r--r--tderesources/egroupware/kcal_resourcexmlrpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/egroupware/kcal_resourcexmlrpc.cpp b/tderesources/egroupware/kcal_resourcexmlrpc.cpp
index 7ce11dd9..319c8979 100644
--- a/tderesources/egroupware/kcal_resourcexmlrpc.cpp
+++ b/tderesources/egroupware/kcal_resourcexmlrpc.cpp
@@ -260,7 +260,7 @@ bool ResourceXMLRPC::doLoad()
this, TQT_SLOT( loadEventCategoriesFinished( const TQValueList<TQVariant>&, const TQVariant& ) ),
this, TQT_SLOT( fault( int, const TQString&, const TQVariant& ) ) );
- mServer->call( LoadTodoCategoriesCommand, TQVariant( false, 0 ),
+ mServer->call( LoadTodoCategoriesCommand, TQVariant( false ),
this, TQT_SLOT( loadTodoCategoriesFinished( const TQValueList<TQVariant>&, const TQVariant& ) ),
this, TQT_SLOT( fault( int, const TQString&, const TQVariant& ) ) );
return true;