summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/dcbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/dcbutton.cpp')
-rw-r--r--kregexpeditor/dcbutton.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kregexpeditor/dcbutton.cpp b/kregexpeditor/dcbutton.cpp
index 770b101..754b305 100644
--- a/kregexpeditor/dcbutton.cpp
+++ b/kregexpeditor/dcbutton.cpp
@@ -23,8 +23,8 @@
#include "dcbutton.h"
-DoubleClickButton::DoubleClickButton( TQPixmap pixmap, TQWidget* tqparent, const char* name )
- : TQToolButton( tqparent, name ? name : "DoubleClickButton" )
+DoubleClickButton::DoubleClickButton( TQPixmap pixmap, TQWidget* parent, const char* name )
+ : TQToolButton( parent, name ? name : "DoubleClickButton" )
{
setPixmap( pixmap );
}