diff options
Diffstat (limited to 'ksayit/src/main.cpp')
-rw-r--r-- | ksayit/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksayit/src/main.cpp b/ksayit/src/main.cpp index 5312d80..921c3a1 100644 --- a/ksayit/src/main.cpp +++ b/ksayit/src/main.cpp @@ -44,7 +44,7 @@ int main(int argc, char *argv[]) KSAYIT_VERSION, description, KAboutData::License_GPL, "(c) 1996 - 2005, Robert Vogl", 0, 0, "voglrobe@web.de"); aboutData.addAuthor("Robert Vogl",0, "voglrobe@web.de"); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KApplication app; |