diff options
Diffstat (limited to 'src/gui/general/PresetHandlerDialog.cpp')
-rw-r--r-- | src/gui/general/PresetHandlerDialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/general/PresetHandlerDialog.cpp b/src/gui/general/PresetHandlerDialog.cpp index 3c9e100..9b02ef3 100644 --- a/src/gui/general/PresetHandlerDialog.cpp +++ b/src/gui/general/PresetHandlerDialog.cpp @@ -145,8 +145,8 @@ PresetHandlerDialog::initDialog() } - connect(m_categoryCombo, TQT_SIGNAL(activated(int)), - TQT_SLOT(slotCategoryIndexChanged(int))); + connect(m_categoryCombo, TQ_SIGNAL(activated(int)), + TQ_SLOT(slotCategoryIndexChanged(int))); } TQString |