diff options
Diffstat (limited to 'kruler')
-rw-r--r-- | kruler/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kruler/main.cpp b/kruler/main.cpp index 196909a6..646e5383 100644 --- a/kruler/main.cpp +++ b/kruler/main.cpp @@ -46,8 +46,8 @@ int main(int argc, char *argv[]) homePageURL); aboutData.addAuthor("Till Krech",I18N_NOOP("Programming"), "[email protected]"); aboutData.addCredit("Gunnstein Lye",I18N_NOOP("Initial port to KDE 2"), "[email protected]"); - KCmdLineArgs::init( argc, argv, &aboutData ); - KCmdLineArgs::addCmdLineOptions( options ); // Add our own options. + TDECmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. KApplication a; |