From 2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:19:29 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 06a6d21..f9bd6b0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -138,9 +138,9 @@ int main( int argc, char* argv[] ) if( K3bApplication::start() ) { TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs(); if( args->isSet("lang") ) - if( !KGlobal::locale()->setLanguage(args->getOption("lang")) ) + if( !TDEGlobal::locale()->setLanguage(args->getOption("lang")) ) kdDebug() << "Unable to set to language " << args->getOption("lang") - << " current is: " << KGlobal::locale()->language() << endl; + << " current is: " << TDEGlobal::locale()->language() << endl; K3bApplication app; -- cgit v1.2.1