From de2e00ccad5e4f0ef40e88290954c8ccb7d518a5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:42 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kscreensaver/kxsconfig/kxsrun.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kscreensaver/kxsconfig/kxsrun.cpp') diff --git a/kscreensaver/kxsconfig/kxsrun.cpp b/kscreensaver/kxsconfig/kxsrun.cpp index b32dbfcc..fa1b9c3b 100644 --- a/kscreensaver/kxsconfig/kxsrun.cpp +++ b/kscreensaver/kxsconfig/kxsrun.cpp @@ -60,13 +60,13 @@ static const KCmdLineOptions options[] = int main(int argc, char *argv[]) { KLocale::setMainCatalogue("kxsconfig"); - KCmdLineArgs::init(argc, argv, appName, I18N_NOOP("KXSRun"), description, version); + TDECmdLineArgs::init(argc, argv, appName, I18N_NOOP("KXSRun"), description, version); - KCmdLineArgs::addCmdLineOptions(options); + TDECmdLineArgs::addCmdLineOptions(options); KApplication app( false, false ); - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if ( !args->count() ) exit( 1 ); -- cgit v1.2.1