From 27430f06c6cc2187c639f59f342f07f1fde91a8b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:47:46 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kaudiocreator/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kaudiocreator/main.cpp') diff --git a/kaudiocreator/main.cpp b/kaudiocreator/main.cpp index 8bd6c94b..2f5ebb54 100644 --- a/kaudiocreator/main.cpp +++ b/kaudiocreator/main.cpp @@ -43,7 +43,7 @@ int main(int argc, char *argv[]){ KAudioCreator *app = new KAudioCreator(0, "MainWindow"); // we need some strings from libkcddb for the cddb album dialog - KGlobal::locale()->insertCatalogue("libkcddb"); + TDEGlobal::locale()->insertCatalogue("libkcddb"); a.setMainWidget(app); -- cgit v1.2.3