From 634845c7a257ece46caaf3d46d8e28c8c091cbf4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:44 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- keduca/keduca/main.cpp | 6 +++--- keduca/keducabuilder/main.cpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'keduca') diff --git a/keduca/keduca/main.cpp b/keduca/keduca/main.cpp index ec7f8063..fdffd318 100644 --- a/keduca/keduca/main.cpp +++ b/keduca/keduca/main.cpp @@ -43,11 +43,11 @@ int main(int argc, char *argv[]) aboutData.addCredit("Nenad Grujicic", I18N_NOOP("Icons"), "mengele@linuxo.org"); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); // Add our own options. + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. KApplication a; - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); // start as KEduca TestMaster Keduca *keducaTestMaster = new Keduca(); diff --git a/keduca/keducabuilder/main.cpp b/keduca/keducabuilder/main.cpp index 00032f08..5fc0d052 100644 --- a/keduca/keducabuilder/main.cpp +++ b/keduca/keducabuilder/main.cpp @@ -41,11 +41,11 @@ int main(int argc, char *argv[]) aboutData.addAuthor("Klas Kalass",I18N_NOOP("Maintainer 2002-2004"), "klas@kde.org"); aboutData.addAuthor("Anne-Marie Mahfouf",I18N_NOOP("Various fixes and cleanups"), "annma@kde.org"); aboutData.addCredit("Nenad Grujicic", I18N_NOOP("Icons"), "mengele@linuxo.org"); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); // Add our own options. + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. KApplication a; - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); // start as KEduca Builder KEducaBuilder *keducaEditor = new KEducaBuilder(); -- cgit v1.2.3