summaryrefslogtreecommitdiffstats
path: root/part/kxetexteditordialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'part/kxetexteditordialog.cpp')
-rw-r--r--part/kxetexteditordialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/part/kxetexteditordialog.cpp b/part/kxetexteditordialog.cpp
index 18c782c..8426858 100644
--- a/part/kxetexteditordialog.cpp
+++ b/part/kxetexteditordialog.cpp
@@ -34,12 +34,12 @@ KXETextEditorDialog::KXETextEditorDialog(TQWidget *parent, const char *name)
{
m_pSyntaxHighlighter = new KXESyntaxHighlighter(m_pTextEditor);
- connect( m_pTextEditor, SIGNAL(textChanged()), this, SLOT(slotTextChanged()) );
+ connect( m_pTextEditor, TQ_SIGNAL(textChanged()), this, TQ_SLOT(slotTextChanged()) );
// Apply current configuration
slotTextViewSettingsChanged();
// and make sure to be informed about its changes.
- connect( KXMLEditorFactory::configuration()->textview(), SIGNAL(sigChanged()), this, SLOT(slotTextViewSettingsChanged()) );
+ connect( KXMLEditorFactory::configuration()->textview(), TQ_SIGNAL(sigChanged()), this, TQ_SLOT(slotTextViewSettingsChanged()) );
}
KXETextEditorDialog::~KXETextEditorDialog()