summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/singlecontainerwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/singlecontainerwidget.cpp')
-rw-r--r--kregexpeditor/singlecontainerwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kregexpeditor/singlecontainerwidget.cpp b/kregexpeditor/singlecontainerwidget.cpp
index bfa90b9..2413236 100644
--- a/kregexpeditor/singlecontainerwidget.cpp
+++ b/kregexpeditor/singlecontainerwidget.cpp
@@ -23,8 +23,8 @@
#include "concwidget.h"
SingleContainerWidget::SingleContainerWidget(RegExpEditorWindow* editorWindow,
- TQWidget* tqparent, const char* name)
- : RegExpWidget( editorWindow, tqparent, name )
+ TQWidget* parent, const char* name)
+ : RegExpWidget( editorWindow, parent, name )
{
}