From 67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 13 Apr 2011 00:46:47 +0000 Subject: Initial conversion of kdepim to TQt This will probably require some tweaking before it will build under Qt4, however Qt3 builds are OK. Any alterations this commit makes to kdepim behaviour under Qt3 are unintentional and should be fixed. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227832 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kresources/scalix/kioslave/scalix.cpp | 2 +- kresources/scalix/kioslave/scalix.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'kresources/scalix/kioslave') diff --git a/kresources/scalix/kioslave/scalix.cpp b/kresources/scalix/kioslave/scalix.cpp index 2a0c06cdd..c3a8f99b0 100644 --- a/kresources/scalix/kioslave/scalix.cpp +++ b/kresources/scalix/kioslave/scalix.cpp @@ -139,7 +139,7 @@ void Scalix::publishFreeBusy( const KURL &url ) requestUser = path.mid( lastSlash + 1 ); // extract calendar name - int secondSlash = path.find( '/', 1 ); + int secondSlash = path.tqfind( '/', 1 ); if ( secondSlash != -1 ) calendar = path.mid( secondSlash + 1, lastSlash - secondSlash - 1 ); diff --git a/kresources/scalix/kioslave/scalix.h b/kresources/scalix/kioslave/scalix.h index 25a2fdeac..16f60be7e 100644 --- a/kresources/scalix/kioslave/scalix.h +++ b/kresources/scalix/kioslave/scalix.h @@ -29,6 +29,7 @@ class Scalix : public TQObject, public KIO::SlaveBase { Q_OBJECT + TQ_OBJECT public: Scalix( const TQCString &protocol, const TQCString &pool, const TQCString &app ); -- cgit v1.2.1