summaryrefslogtreecommitdiffstats
path: root/src/pluginloader/formatinfoloader.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-24 13:26:51 -0600
committerTimothy Pearson <[email protected]>2013-01-24 13:26:51 -0600
commitbece9aa3ad05fe774bf89d9a840235ee8adfd4da (patch)
treebd2dbbe6c3a6ea126e93209798a088ffe78d1783 /src/pluginloader/formatinfoloader.cpp
parent5e21b1fe4b7ac01e6a2cbdf230ad830c924f7be3 (diff)
downloadsoundkonverter-bece9aa3ad05fe774bf89d9a840235ee8adfd4da.tar.gz
soundkonverter-bece9aa3ad05fe774bf89d9a840235ee8adfd4da.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/pluginloader/formatinfoloader.cpp')
-rwxr-xr-xsrc/pluginloader/formatinfoloader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluginloader/formatinfoloader.cpp b/src/pluginloader/formatinfoloader.cpp
index 8a559bb..c056037 100755
--- a/src/pluginloader/formatinfoloader.cpp
+++ b/src/pluginloader/formatinfoloader.cpp
@@ -54,7 +54,7 @@ FormatInfo* FormatInfoLoader::loadFile( TQString fileName )
}
opmlFile.close();
- TQString language = KGlobal::locale()->languagesTwoAlpha().first();
+ TQString language = TDEGlobal::locale()->languagesTwoAlpha().first();
TQDomElement root = domTree.documentElement();
if( root.attribute("type") != "format_info" ) return plugin;