summaryrefslogtreecommitdiffstats
path: root/kplato/kptrelationdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptrelationdialog.cpp')
-rw-r--r--kplato/kptrelationdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kplato/kptrelationdialog.cpp b/kplato/kptrelationdialog.cpp
index 4de50c11..2b91b456 100644
--- a/kplato/kptrelationdialog.cpp
+++ b/kplato/kptrelationdialog.cpp
@@ -61,8 +61,8 @@ AddRelationDialog::AddRelationDialog(Relation *rel, TQWidget *p, TQString captio
m_panel->relationType->setFocus();
enableButtonOK(true);
- connect(m_panel->relationType, TQT_SIGNAL(clicked(int)), TQT_SLOT(typeClicked(int)));
- connect(m_panel->lag, TQT_SIGNAL(valueChanged()), TQT_SLOT(lagChanged()));
+ connect(m_panel->relationType, TQ_SIGNAL(clicked(int)), TQ_SLOT(typeClicked(int)));
+ connect(m_panel->lag, TQ_SIGNAL(valueChanged()), TQ_SLOT(lagChanged()));
}
KCommand *AddRelationDialog::buildCommand(Part *part) {