summaryrefslogtreecommitdiffstats
path: root/src/kcm/configdialog.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commita84ebeda75c853d69a02930d861f58b646dccc28 (patch)
tree23f67fe0a7abb4ed80f738e2a865dc765528b7ce /src/kcm/configdialog.cpp
parentc745472a20636092d8529f962135b0943ff11927 (diff)
downloadknemo-a84ebeda75c853d69a02930d861f58b646dccc28.tar.gz
knemo-a84ebeda75c853d69a02930d861f58b646dccc28.zip
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
Diffstat (limited to 'src/kcm/configdialog.cpp')
-rw-r--r--src/kcm/configdialog.cpp4
1 files changed, 2 insertions, 2 deletions
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<ConfigDialog, TQWidget> 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 ),