summaryrefslogtreecommitdiffstats
path: root/src/main_assistant.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main_assistant.cpp')
-rw-r--r--src/main_assistant.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main_assistant.cpp b/src/main_assistant.cpp
index b4b22221..25e7202a 100644
--- a/src/main_assistant.cpp
+++ b/src/main_assistant.cpp
@@ -74,9 +74,9 @@ int main(int argc, char *argv[])
aboutData.addCredit("Andreas Koepfle" , I18N_NOOP("TQMake project manager patches"), "koepfle@ti.uni-mannheim.de");
aboutData.addCredit("Sascha Cunz" , I18N_NOOP("Cleanup and bugfixes for qEditor, AutoMake and much other stuff"), "mail@sacu.de");
- KCmdLineArgs::init(argc, argv, &aboutData);
- KCmdLineArgs::addCmdLineOptions( options );
-// KCmdLineArgs* args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs::init(argc, argv, &aboutData);
+ TDECmdLineArgs::addCmdLineOptions( options );
+// TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs();
KApplication app;