From 9ca7b92557f7d468f8d57838261f4bdddf6d70e0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:32 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- src/common/cli/cli_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/cli/cli_main.cpp') diff --git a/src/common/cli/cli_main.cpp b/src/common/cli/cli_main.cpp index 8b8e2ab..3adb61d 100644 --- a/src/common/cli/cli_main.cpp +++ b/src/common/cli/cli_main.cpp @@ -122,7 +122,7 @@ CLI::MainBase::MainBase(Properties properties) void CLI::MainBase::init() { - _args = KCmdLineArgs::parsedArgs(); + _args = TDECmdLineArgs::parsedArgs(); if ( _properties & HasInteractiveMode ) _isInteractive = _args->isSet("cli"); if ( _properties & HasForce ) _force = _args->isSet("force"); FOR_EACH(Log::DebugLevel, level) if ( _args->isSet(level.key()) ) _view->setDebugLevel(level); -- cgit v1.2.3