From b09bffed6b43262948018dfb0f11890850ddf7c1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 18 Jun 2011 20:34:22 +0000 Subject: TQt4 port kdeadmin This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1237416 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcron/ktlistcron.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kcron/ktlistcron.h') diff --git a/kcron/ktlistcron.h b/kcron/ktlistcron.h index 713a375..8b475ab 100644 --- a/kcron/ktlistcron.h +++ b/kcron/ktlistcron.h @@ -28,17 +28,17 @@ public: /** * Construct tasks or variables folder from branch. */ - KTListCron(KTListItem* parent, const char* name, CTCron* _ctcron); + KTListCron(KTListItem* tqparent, const char* name, CTCron* _ctcron); /** * Construct tasks or variables folder from root. */ - KTListCron(TQListView* parent, const char* name, CTCron* _ctcron); + KTListCron(TQListView* tqparent, const char* name, CTCron* _ctcron); /** * Construct user folder from root. */ - KTListCron(TQListView* parent, CTCron* _ctcron); + KTListCron(TQListView* tqparent, CTCron* _ctcron); /** * Refresh. -- cgit v1.2.3