From 5bca2e3e42d02f8fed9ffc399ea14f8a05694cb0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:45 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kio/kioexec/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kio/kioexec') diff --git a/kio/kioexec/main.cpp b/kio/kioexec/main.cpp index 63f1164dd..772c27f73 100644 --- a/kio/kioexec/main.cpp +++ b/kio/kioexec/main.cpp @@ -68,9 +68,9 @@ KIOExec::KIOExec() jobList = new TQPtrList; jobList->setAutoDelete( false ); // jobs autodelete themselves - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if (args->count() < 1) - KCmdLineArgs::usage(i18n("'command' expected.\n")); + TDECmdLineArgs::usage(i18n("'command' expected.\n")); tempfiles = args->isSet("tempfiles"); if ( args->isSet( "suggestedfilename" ) ) @@ -280,8 +280,8 @@ int main( int argc, char **argv ) aboutData.addAuthor("Waldo Bastian",0, "bastian@kde.org"); aboutData.addAuthor("Oswald Buddenhagen",0, "ossi@kde.org"); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; -- cgit v1.2.1