summaryrefslogtreecommitdiffstats
path: root/kttsd/kttsd/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kttsd/kttsd/main.cpp')
-rw-r--r--kttsd/kttsd/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kttsd/kttsd/main.cpp b/kttsd/kttsd/main.cpp
index 3c47df4..1a5bb7e 100644
--- a/kttsd/kttsd/main.cpp
+++ b/kttsd/kttsd/main.cpp
@@ -44,8 +44,8 @@ int main (int argc, char *argv[]){
aboutdata.addCredit("Jorge Luis Arzola", I18N_NOOP("Testing"), "arzolacub@hotmail.com");
aboutdata.addCredit("David Powell", I18N_NOOP("Testing"), "achiestdragon@gmail.com");
- KCmdLineArgs::init( argc, argv, &aboutdata );
- // KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init( argc, argv, &aboutdata );
+ // TDECmdLineArgs::addCmdLineOptions( options );
KUniqueApplication::addCmdLineOptions();
if(!KUniqueApplication::start()){