From 36a36a5c1015aa0d03f4515c401e907ddb9d6291 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kresources/caldav/job.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kresources/caldav/job.cpp') diff --git a/kresources/caldav/job.cpp b/kresources/caldav/job.cpp index a7a4af54a..c79ef06ac 100644 --- a/kresources/caldav/job.cpp +++ b/kresources/caldav/job.cpp @@ -166,8 +166,8 @@ void CalDavJob::run() { // Signal done // 1000 is read, 1001 is write - if (type() == 0) TQApplication::postEvent ( tqparent(), new TQEvent( static_cast(1000) ) ); - if (type() == 1) TQApplication::postEvent ( tqparent(), new TQEvent( 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