diff options
Diffstat (limited to 'kradio3/src/main.cpp')
-rw-r--r-- | kradio3/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kradio3/src/main.cpp b/kradio3/src/main.cpp index 443d6bf..df83842 100644 --- a/kradio3/src/main.cpp +++ b/kradio3/src/main.cpp @@ -44,8 +44,8 @@ int main(int argc, char *argv[]) aboutData.addAuthor("Klas Kalass", I18N_NOOP("Miscellaneous"), "klas.kalass@gmx.de"); aboutData.addAuthor("Frank Schwanz", I18N_NOOP("idea, first basic application"), "schwanz@fh-brandenburg.de"); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); // Add our own options. + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. profiler_about.stop(); |