diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index d02c27a..a2f0156 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -54,8 +54,8 @@ int main(int argc, char **argv) about.setHomepage("http://tdesvn.alwins-world.de/"); about.setBugAddress("tdesvn-bugs@alwins-world.de"); - KCmdLineArgs::init(argc, argv, &about); - KCmdLineArgs::addCmdLineOptions(options); + TDECmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::addCmdLineOptions(options); KApplication app; @@ -68,7 +68,7 @@ int main(int argc, char **argv) else { // no session.. just start up normally - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); if (args->count() == 0) { tdesvn *widget = new tdesvn; |