From a84ebeda75c853d69a02930d861f58b646dccc28 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/applications/knemo@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/kcm/configdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kcm/configdialog.cpp') diff --git a/src/kcm/configdialog.cpp b/src/kcm/configdialog.cpp index c212f6d..e1c5393 100644 --- a/src/kcm/configdialog.cpp +++ b/src/kcm/configdialog.cpp @@ -65,8 +65,8 @@ const TQString ConfigDialog::SUFFIX_WLAN = "_wlan"; typedef KGenericFactory KNemoFactory; K_EXPORT_COMPONENT_FACTORY( kcm_knemo, KNemoFactory("kcm_knemo") ) -ConfigDialog::ConfigDialog( TQWidget *tqparent, const char *name, const TQStringList& ) - : KCModule( KNemoFactory::instance(), tqparent, name ), +ConfigDialog::ConfigDialog( TQWidget *parent, const char *name, const TQStringList& ) + : KCModule( KNemoFactory::instance(), parent, name ), mLock( false ), mDlg( new ConfigDlg( this ) ), mColorVLines( 0x04FB1D ), -- cgit v1.2.3