diff options
Diffstat (limited to 'twin4')
-rw-r--r-- | twin4/twin4/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/twin4/twin4/main.cpp b/twin4/twin4/main.cpp index b7f56487..f6b32c10 100644 --- a/twin4/twin4/main.cpp +++ b/twin4/twin4/main.cpp @@ -44,11 +44,11 @@ int main(int argc, char *argv[]) aboutData.addAuthor("Martin Heni",0, "martin@heni-online.de"); aboutData.addCredit("Laura", I18N_NOOP("Beta testing"), 0); aboutData.addAuthor("Benjamin Meyer", I18N_NOOP("Code Improvements"), 0); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); // Add our own options. + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. /* command line handling */ - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if (args->isSet("debug")) { |