diff options
Diffstat (limited to 'kodo/main.cpp')
-rw-r--r-- | kodo/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kodo/main.cpp b/kodo/main.cpp index 72f8802..92eb543 100644 --- a/kodo/main.cpp +++ b/kodo/main.cpp @@ -76,7 +76,7 @@ int main(int argc, char *argv[]) aboutData->addCredit("Gioele Barabucci", I18N_NOOP("KDE 2 porting and some code cleanups"), "dev@gioelebarabucci.com", "http://www.gioelebarabucci.com"); - KCmdLineArgs::init( argc, argv, aboutData ); + TDECmdLineArgs::init( argc, argv, aboutData ); if (!KUniqueApplication::start()) exit(0); |