summaryrefslogtreecommitdiffstats
path: root/src/tdesvnd/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tdesvnd/main.cpp')
-rw-r--r--src/tdesvnd/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tdesvnd/main.cpp b/src/tdesvnd/main.cpp
index 9aad1c7..fa18d41 100644
--- a/src/tdesvnd/main.cpp
+++ b/src/tdesvnd/main.cpp
@@ -46,8 +46,8 @@ int main (int argc, char *argv[])
KAboutData::License_GPL, "(C) %{YEAR}, Rajko Albrecht");
aboutdata.addAuthor("Rajko Albrecht",I18N_NOOP("Developer"),"rajko.albrecht@tecways.com");
- KCmdLineArgs::init( argc, argv, &aboutdata );
- KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init( argc, argv, &aboutdata );
+ TDECmdLineArgs::addCmdLineOptions( options );
KUniqueApplication::addCmdLineOptions();
if (!KUniqueApplication::start())