summaryrefslogtreecommitdiffstats
path: root/part/kxeattributedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'part/kxeattributedialog.cpp')
-rw-r--r--part/kxeattributedialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/part/kxeattributedialog.cpp b/part/kxeattributedialog.cpp
index a9fba96..09f2e7e 100644
--- a/part/kxeattributedialog.cpp
+++ b/part/kxeattributedialog.cpp
@@ -27,9 +27,9 @@
KXEAttributeDialog::KXEAttributeDialog( TQWidget * pParent, const char * pszName, bool fModal, WFlags fl )
: KXEAttributeDialogBase( pParent, pszName, fModal, fl )
{
- connect( m_pEditNamespace, SIGNAL(textChanged(const TQString &)), this, SLOT(slotNamespaceChanged(const TQString &)) );
- connect( m_pEditQName, SIGNAL(textChanged(const TQString &)), this, SLOT(slotNameChanged(const TQString &)) );
- connect( m_pEditValue, SIGNAL(textChanged(const TQString &)), this, SLOT(slotValueChanged(const TQString &)) );
+ connect( m_pEditNamespace, TQ_SIGNAL(textChanged(const TQString &)), this, TQ_SLOT(slotNamespaceChanged(const TQString &)) );
+ connect( m_pEditQName, TQ_SIGNAL(textChanged(const TQString &)), this, TQ_SLOT(slotNameChanged(const TQString &)) );
+ connect( m_pEditValue, TQ_SIGNAL(textChanged(const TQString &)), this, TQ_SLOT(slotValueChanged(const TQString &)) );
}
void KXEAttributeDialog::clearDialog()