From d9f2e70b9379766e6b0fe575e736d1da9c95b0c8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:27 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- KMFIPTInterface/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'KMFIPTInterface') diff --git a/KMFIPTInterface/main.cpp b/KMFIPTInterface/main.cpp index fbb2b78..305f29c 100644 --- a/KMFIPTInterface/main.cpp +++ b/KMFIPTInterface/main.cpp @@ -44,8 +44,8 @@ int main ( int argc, char *argv[] ) { KAboutData::License_GPL, "(C) 2001, Christian Hubinger" ); aboutdata.addAuthor( "Christian Hubinger", I18N_NOOP( "Developer" ), "e9806056@student.tuwien.ac.at" ); - KCmdLineArgs::init( argc, argv, &aboutdata ); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init( argc, argv, &aboutdata ); + TDECmdLineArgs::addCmdLineOptions( options ); KUniqueApplication::addCmdLineOptions(); kdDebug() << "Starting up...!" << endl; if ( ! KUniqueApplication::start() ) { -- cgit v1.2.1