summaryrefslogtreecommitdiffstats
path: root/parts/filecreate/fctemplateedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parts/filecreate/fctemplateedit.cpp')
-rw-r--r--parts/filecreate/fctemplateedit.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/parts/filecreate/fctemplateedit.cpp b/parts/filecreate/fctemplateedit.cpp
index fc495fd5..b019ddb9 100644
--- a/parts/filecreate/fctemplateedit.cpp
+++ b/parts/filecreate/fctemplateedit.cpp
@@ -9,13 +9,13 @@
***************************************************************************/
#include <klineedit.h>
#include "fctemplateedit.h"
-#include <qpushbutton.h>
+#include <tqpushbutton.h>
-FCTemplateEdit::FCTemplateEdit(QWidget *parent, const char *name):
+FCTemplateEdit::FCTemplateEdit(TQWidget *parent, const char *name):
FCTemplateEditBase(parent, name)
{
- connect( templatename_edit, SIGNAL(textChanged ( const QString & )),
- this, SLOT( slotTemplateNameChanged( )));
+ connect( templatename_edit, TQT_SIGNAL(textChanged ( const TQString & )),
+ this, TQT_SLOT( slotTemplateNameChanged( )));
slotTemplateNameChanged();
}