diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
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, 0, "[email protected]"); about.addAuthor( "Rajko Albrecht", 0, "[email protected]" ); about.setHomepage("http://tdesvn.alwins-world.de/"); |