diff options
author | Slávek Banko <[email protected]> | 2019-05-26 15:16:13 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-05-26 15:16:13 +0200 |
commit | 00c81d9763b2df158ecd2bcccecb77b902f6962e (patch) | |
tree | dc980c07a1a20d62c4125d57aed1752c70c13e31 /tderesources/egroupware/kcal_resourcexmlrpc.cpp | |
parent | f007b524fba622c4a33e0e3e1d657c7712f3e2a9 (diff) | |
download | tdepim-00c81d9763b2df158ecd2bcccecb77b902f6962e.tar.gz tdepim-00c81d9763b2df158ecd2bcccecb77b902f6962e.zip |
Adjusted to latest TQVariant::TQVariant(bool) function.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'tderesources/egroupware/kcal_resourcexmlrpc.cpp')
-rw-r--r-- | tderesources/egroupware/kcal_resourcexmlrpc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/egroupware/kcal_resourcexmlrpc.cpp b/tderesources/egroupware/kcal_resourcexmlrpc.cpp index 7ce11dd90..319c8979a 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; |