From 93910780efc46524d0f2c6693784b3fa10d26985 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/kdeadmin@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lilo-config/kde/kcontrol.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lilo-config/kde/kcontrol.cpp') diff --git a/lilo-config/kde/kcontrol.cpp b/lilo-config/kde/kcontrol.cpp index dbf2f40..75f514c 100644 --- a/lilo-config/kde/kcontrol.cpp +++ b/lilo-config/kde/kcontrol.cpp @@ -35,8 +35,8 @@ #include #include -KControl::KControl(TQWidget *tqparent, const char *name) - : KCModule(tqparent, name) +KControl::KControl(TQWidget *parent, const char *name) + : KCModule(parent, name) { TQVBoxLayout *tqlayout=new TQVBoxLayout(this); m=new MainWidget(this, name); @@ -79,9 +79,9 @@ void KControl::configChanged() // SLOT extern "C" { - KDE_EXPORT KCModule *create_lilo(TQWidget *tqparent, const char *name) + KDE_EXPORT KCModule *create_lilo(TQWidget *parent, const char *name) { - return new KControl(tqparent, "kcmlilo"); + return new KControl(parent, "kcmlilo"); } } -- cgit v1.2.1