summaryrefslogtreecommitdiffstats
path: root/keduca/keducabuilder/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/keducabuilder/main.cpp')
-rw-r--r--keduca/keducabuilder/main.cpp6
1 files changed, 3 insertions, 3 deletions
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();