summaryrefslogtreecommitdiffstats
path: root/kbabel/commonui/kactionselector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/commonui/kactionselector.cpp')
-rw-r--r--kbabel/commonui/kactionselector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbabel/commonui/kactionselector.cpp b/kbabel/commonui/kactionselector.cpp
index 52a60bbf..9e5d3e79 100644
--- a/kbabel/commonui/kactionselector.cpp
+++ b/kbabel/commonui/kactionselector.cpp
@@ -57,8 +57,8 @@ class KActionSelectorPrivate {
//BEGIN Constructor/destructor
-KActionSelector::KActionSelector( TQWidget *tqparent, const char *name )
- : TQWidget( tqparent, name )
+KActionSelector::KActionSelector( TQWidget *parent, const char *name )
+ : TQWidget( parent, name )
{
d = new KActionSelectorPrivate();
d->moveOnDoubleClick = true;