From 00949e960fd4e243dc958be5130e0d1cd92a52ff Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:25 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- src/k3bapplication.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/k3bapplication.cpp') diff --git a/src/k3bapplication.cpp b/src/k3bapplication.cpp index 3e119af..1fa5d3f 100644 --- a/src/k3bapplication.cpp +++ b/src/k3bapplication.cpp @@ -97,7 +97,7 @@ void K3bApplication::init() TQGuardedPtr splash; if( !isRestored() ) { - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if( generalOptions.readBoolEntry("Show splash", true) && args->isSet( "splash" ) ) { // we need the correct splash pic @@ -175,7 +175,7 @@ int K3bApplication::newInstance() bool K3bApplication::processCmdLineArgs() { - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); bool showTips = true; bool dialogOpen = false; -- cgit v1.2.1