From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kresources/caldav/job.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kresources/caldav/job.cpp') diff --git a/kresources/caldav/job.cpp b/kresources/caldav/job.cpp index 9d317d131..1f6c38c49 100644 --- a/kresources/caldav/job.cpp +++ b/kresources/caldav/job.cpp @@ -18,7 +18,7 @@ #include #include -#include +#include #define log(s) kdDebug() << s; @@ -36,7 +36,7 @@ using namespace KCal; | CONSTRUCTOR AND DESTRUCTOR ========================================================================*/ -CalDavJob::CalDavJob(const QString& url) { +CalDavJob::CalDavJob(const TQString& url) { cleanJob(); setUrl(url); } @@ -56,14 +56,14 @@ void CalDavJob::enableCaldavDebug(runtime_info* rt) { } } -void CalDavJob::setErrorString(const QString& err, const long number) { +void CalDavJob::setErrorString(const TQString& err, const long number) { mError = true; mErrorString = err; mErrorNumber = number; } void CalDavJob::processError(const caldav_error* err) { - QString error_string; + TQString error_string; long code = err->code; @@ -104,8 +104,8 @@ void CalDavJob::run() { // Signal done // 1000 is read, 1001 is write - if (type() == 0) QApplication::postEvent ( parent(), new QEvent( static_cast(1000) ) ); - if (type() == 1) QApplication::postEvent ( parent(), new QEvent( static_cast(1001) ) ); + if (type() == 0) TQApplication::postEvent ( parent(), new TQEvent( static_cast(1000) ) ); + if (type() == 1) TQApplication::postEvent ( parent(), new TQEvent( static_cast(1001) ) ); } // EOF ======================================================================== -- cgit v1.2.1