summaryrefslogtreecommitdiffstats
path: root/parts/filecreate/fctemplateeditbase.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/filecreate/fctemplateeditbase.ui.h')
-rw-r--r--parts/filecreate/fctemplateeditbase.ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/filecreate/fctemplateeditbase.ui.h b/parts/filecreate/fctemplateeditbase.ui.h
index 5750f988..66296b44 100644
--- a/parts/filecreate/fctemplateeditbase.ui.h
+++ b/parts/filecreate/fctemplateeditbase.ui.h
@@ -22,5 +22,5 @@
void FCTemplateEditBase::init()
{
- templatename_edit->setValidator(new TQRegExpValidator(TQRegExp("^\\S*$"), TQT_TQOBJECT(this)));
+ templatename_edit->setValidator(new TQRegExpValidator(TQRegExp("^\\S*$"), this));
}