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-qt-common/expert.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lilo-config/kde-qt-common/expert.cpp') diff --git a/lilo-config/kde-qt-common/expert.cpp b/lilo-config/kde-qt-common/expert.cpp index d9e65e5..7140fd9 100644 --- a/lilo-config/kde-qt-common/expert.cpp +++ b/lilo-config/kde-qt-common/expert.cpp @@ -31,7 +31,7 @@ #include #include #include -Expert::Expert(liloconf *l, TQWidget *tqparent, const char *name):TQWidget(tqparent, name) +Expert::Expert(liloconf *l, TQWidget *parent, const char *name):TQWidget(parent, name) { lilo=l; tqlayout=new TQHBoxLayout(this); -- cgit v1.2.1