summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/EventParameterDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/EventParameterDialog.cpp')
-rw-r--r--src/gui/dialogs/EventParameterDialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/EventParameterDialog.cpp b/src/gui/dialogs/EventParameterDialog.cpp
index 97ed5c6..a12ccab 100644
--- a/src/gui/dialogs/EventParameterDialog.cpp
+++ b/src/gui/dialogs/EventParameterDialog.cpp
@@ -80,8 +80,8 @@ EventParameterDialog::EventParameterDialog(
text = i18n("Ringing - set %1 alternating from max to min with both dying to zero").arg(strtoqstr(property));
m_patternCombo->insertItem(text);
- connect(m_patternCombo, TQT_SIGNAL(activated(int)),
- this, TQT_SLOT(slotPatternSelected(int)));
+ connect(m_patternCombo, TQ_SIGNAL(activated(int)),
+ this, TQ_SLOT(slotPatternSelected(int)));
TQHBox *value1Box = new TQHBox(vBox);
m_value1Label = new TQLabel(i18n("Value"), value1Box);