From 4c097708c4cc24f3b8e4c21f14644f5715767d47 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:40:51 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- noatun-plugins/pitchablespeed/pitchablespeed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noatun-plugins/pitchablespeed/pitchablespeed.cpp') 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(); } } -- cgit v1.2.1