summaryrefslogtreecommitdiffstats
path: root/kommander/editor/newformimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/newformimpl.cpp')
-rw-r--r--kommander/editor/newformimpl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/editor/newformimpl.cpp b/kommander/editor/newformimpl.cpp
index 37e47e6a..ca029d48 100644
--- a/kommander/editor/newformimpl.cpp
+++ b/kommander/editor/newformimpl.cpp
@@ -135,8 +135,8 @@ void CustomFormItem::insert()
}
-NewForm::NewForm(TQWidget *tqparent, const TQString &templatePath)
- : NewFormBase(tqparent, 0, true)
+NewForm::NewForm(TQWidget *parent, const TQString &templatePath)
+ : NewFormBase(parent, 0, true)
{
connect(helpButton, TQT_SIGNAL(clicked()), MainWindow::self, TQT_SLOT(showDialogHelp()));