summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/PasteNotationDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/PasteNotationDialog.cpp')
-rw-r--r--src/gui/dialogs/PasteNotationDialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/PasteNotationDialog.cpp b/src/gui/dialogs/PasteNotationDialog.cpp
index 7fe3d7f..02b90d9 100644
--- a/src/gui/dialogs/PasteNotationDialog.cpp
+++ b/src/gui/dialogs/PasteNotationDialog.cpp
@@ -57,8 +57,8 @@ PasteNotationDialog::PasteNotationDialog(TQWidget *parent,
TQRadioButton *button = new TQRadioButton(i->second, pasteTypeGroup);
button->setChecked(m_defaultType == i->first);
- TQObject::connect(button, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotPasteTypeChanged()));
+ TQObject::connect(button, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotPasteTypeChanged()));
m_pasteTypeButtons.push_back(button);
}