summaryrefslogtreecommitdiffstats
path: root/kruler/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kruler/main.cpp')
-rw-r--r--kruler/main.cpp4
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"), "till@snafu.de");
aboutData.addCredit("Gunnstein Lye",I18N_NOOP("Initial port to KDE 2"), "gl@ez.no");
- 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;