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 17d8e51..385ce53 100644
--- a/noatun-plugins/pitchablespeed/pitchablespeed.cpp
+++ b/noatun-plugins/pitchablespeed/pitchablespeed.cpp
@@ -27,7 +27,7 @@ extern "C"
{
Plugin *create_plugin()
{
- KGlobal::locale()->insertCatalogue("pitchablespeed");
+ TDEGlobal::locale()->insertCatalogue("pitchablespeed");
return new PitchableSpeed();
}
}