diff options
Diffstat (limited to 'keep/app/main.cpp')
-rw-r--r-- | keep/app/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keep/app/main.cpp b/keep/app/main.cpp index 414714c..7af5692 100644 --- a/keep/app/main.cpp +++ b/keep/app/main.cpp @@ -38,7 +38,7 @@ int main(int argc, char **argv) aboutData.addCredit("John Eckerson", I18N_NOOP("Application wording")); aboutData.addCredit("auxsvr", I18N_NOOP("Useful patches")); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KUniqueApplication::addCmdLineOptions(); if ( !KUniqueApplication::start() ) |