summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 81cf3d2..9692e0a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -47,8 +47,8 @@ static KCmdLineOptions options[] =
int main(int argc, char **argv)
{
- KAboutData about("tdesvn", I18N_NOOP("tdesvn"), version, description,
- KAboutData::License_GPL, "(C) 2005-2007 Rajko Albrecht",0,
+ TDEAboutData about("tdesvn", I18N_NOOP("tdesvn"), version, description,
+ TDEAboutData::License_GPL, "(C) 2005-2007 Rajko Albrecht",0,
about.addAuthor( "Rajko Albrecht", 0, "[email protected]" );
about.setHomepage("http://tdesvn.alwins-world.de/");