From 6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:48 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- ark/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ark/main.cpp') diff --git a/ark/main.cpp b/ark/main.cpp index 9d90256..10449c2 100644 --- a/ark/main.cpp +++ b/ark/main.cpp @@ -105,9 +105,9 @@ extern "C" KDE_EXPORT int kdemain( int argc, char *argv[] ) I18N_NOOP( "Ideas, help with the icons" ), "smitty@absamail.co.za" ); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( option ); - KCmdLineArgs::addTempFileOption(); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( option ); + TDECmdLineArgs::addTempFileOption(); if ( !ArkApplication::start() ) { -- cgit v1.2.1