From 68a4fdfd2c2b70a7c22c4c6d6c916e604a0efac2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:28 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- koshell/koshell_main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'koshell') diff --git a/koshell/koshell_main.cc b/koshell/koshell_main.cc index b4c84ad7..e940360e 100644 --- a/koshell/koshell_main.cc +++ b/koshell/koshell_main.cc @@ -75,7 +75,7 @@ extern "C" KOSHELL_EXPORT int kdemain( int argc, char **argv ) aboutData->addAuthor("Sven Lüppken", I18N_NOOP("Current Maintainer"), "sven@kde.org"); aboutData->addAuthor("Torben Weis", 0, "weis@kde.org"); aboutData->addAuthor("David Faure", 0, "faure@kde.org"); - KCmdLineArgs::init( argc, argv, aboutData ); + TDECmdLineArgs::init( argc, argv, aboutData ); if ( !KoShellApp::start() ) { // Already running, brought to the foreground. -- cgit v1.2.1