From 00c81d9763b2df158ecd2bcccecb77b902f6962e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 26 May 2019 15:16:13 +0200 Subject: Adjusted to latest TQVariant::TQVariant(bool) function. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- tderesources/egroupware/kcal_resourcexmlrpc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tderesources/egroupware/kcal_resourcexmlrpc.cpp') 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&, 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&, const TQVariant& ) ), this, TQT_SLOT( fault( int, const TQString&, const TQVariant& ) ) ); return true; -- cgit v1.2.1