summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/pitchablespeed/pitchablespeed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/pitchablespeed/pitchablespeed.cpp')
-rw-r--r--noatun-plugins/pitchablespeed/pitchablespeed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/pitchablespeed/pitchablespeed.cpp b/noatun-plugins/pitchablespeed/pitchablespeed.cpp
index 54527bf..3b67678 100644
--- a/noatun-plugins/pitchablespeed/pitchablespeed.cpp
+++ b/noatun-plugins/pitchablespeed/pitchablespeed.cpp
@@ -149,7 +149,7 @@ void PitchableSpeed::preserveFrequenciesChanged(bool preserveNow)
void PitchableSpeed::init()
{
pluginMenuItem = napp->pluginMenuAdd(i18n("Toggle Speed Slider"),
- TQT_TQOBJECT(this), TQT_SLOT(toggle(void)));
+ this, TQT_SLOT(toggle(void)));
}
void PitchableSpeed::toggle(void)