summaryrefslogtreecommitdiffstats
path: root/src/prefs.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
commit2c89c8119851d36886d21289ec3a3c7a1c071017 (patch)
tree1d9bad553f8c68593b8086895f410cb37bcb2a2f /src/prefs.cpp
parent497ab12472bb04a18ec409bbe643334329559864 (diff)
downloadkima-2c89c8119851d36886d21289ec3a3c7a1c071017.tar.gz
kima-2c89c8119851d36886d21289ec3a3c7a1c071017.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kima@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/prefs.cpp')
-rw-r--r--src/prefs.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/prefs.cpp b/src/prefs.cpp
index cf17d22..5e5ba4a 100644
--- a/src/prefs.cpp
+++ b/src/prefs.cpp
@@ -21,11 +21,11 @@
#include <tqwhatsthis.h>
/*
- * Constructs a Prefs as a child of 'tqparent', with the
+ * Constructs a Prefs as a child of 'parent', with the
* name 'name' and widget flags set to 'f'.
*/
-Prefs::Prefs( TQWidget* tqparent, const char* name, WFlags fl )
- : TQWidget( tqparent, name, fl )
+Prefs::Prefs( TQWidget* parent, const char* name, WFlags fl )
+ : TQWidget( parent, name, fl )
{
if ( !name )
setName( "Prefs" );