From 6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:45:52 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kooka/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kooka/main.cpp') diff --git a/kooka/main.cpp b/kooka/main.cpp index 3b8d6ec0..95788ebe 100644 --- a/kooka/main.cpp +++ b/kooka/main.cpp @@ -85,9 +85,9 @@ int main( int argc, char *argv[] ) TDECmdLineArgs::addCmdLineOptions( options ); // Add my own options. TDEApplication app; - KGlobal::locale()->insertCatalogue("libkscan"); + TDEGlobal::locale()->insertCatalogue("libkscan"); KImageIO::registerFormats(); - KIconLoader *loader = KGlobal::iconLoader(); + KIconLoader *loader = TDEGlobal::iconLoader(); TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); TQCString devToUse = args->getOption( "d" ); -- cgit v1.2.1