diff options
Diffstat (limited to 'kregexpeditor/regexpbuttons.cpp')
-rw-r--r-- | kregexpeditor/regexpbuttons.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kregexpeditor/regexpbuttons.cpp b/kregexpeditor/regexpbuttons.cpp index f854f21..abbfb38 100644 --- a/kregexpeditor/regexpbuttons.cpp +++ b/kregexpeditor/regexpbuttons.cpp @@ -34,8 +34,8 @@ #include <tqsignalmapper.h> #include "regexpconverter.h" -RegExpButtons::RegExpButtons( TQWidget *tqparent, const char *name ) - : TQDockWindow( TQDockWindow::InDock, tqparent, name), _keepMode(false) +RegExpButtons::RegExpButtons( TQWidget *parent, const char *name ) + : TQDockWindow( TQDockWindow::InDock, parent, name), _keepMode(false) { TQBoxLayout *tqlayout = boxLayout(); |