summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/auxbuttons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/auxbuttons.cpp')
-rw-r--r--kregexpeditor/auxbuttons.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kregexpeditor/auxbuttons.cpp b/kregexpeditor/auxbuttons.cpp
index d22d229..855f6d1 100644
--- a/kregexpeditor/auxbuttons.cpp
+++ b/kregexpeditor/auxbuttons.cpp
@@ -32,8 +32,8 @@
#include <tqtoolbutton.h>
#include "util.h"
-AuxButtons::AuxButtons( TQWidget* tqparent, const char* name = 0)
- :TQDockWindow( TQDockWindow::InDock, tqparent, name)
+AuxButtons::AuxButtons( TQWidget* parent, const char* name = 0)
+ :TQDockWindow( TQDockWindow::InDock, parent, name)
{
TQBoxLayout* tqlayout = boxLayout();