summaryrefslogtreecommitdiffstats
path: root/part/actions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'part/actions.cpp')
-rw-r--r--part/actions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/part/actions.cpp b/part/actions.cpp
index 79aea8d..febaaf2 100644
--- a/part/actions.cpp
+++ b/part/actions.cpp
@@ -73,11 +73,11 @@ int KXmlEditorComboAction::plug(TQWidget *w, int index)
m_pCombo->setEditable(true);
m_pCombo->setInsertionPolicy(TQComboBox::NoInsertion);
toolBar->insertWidget( id, 70, m_pCombo, index );
- connect( m_pCombo, SIGNAL(activated(const TQString&)), m_receiver, m_member );
+ connect( m_pCombo, TQ_SIGNAL(activated(const TQString&)), m_receiver, m_member );
addContainer( toolBar, id );
- connect(toolBar, SIGNAL(destroyed()), this, SLOT(slotDestroyed()));
+ connect(toolBar, TQ_SIGNAL(destroyed()), this, TQ_SLOT(slotDestroyed()));
toolBar->setItemAutoSized(id, true);