summaryrefslogtreecommitdiffstats
path: root/ksmserver/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksmserver/main.cpp')
-rw-r--r--ksmserver/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksmserver/main.cpp b/ksmserver/main.cpp
index 443a978e2..ba8c0454d 100644
--- a/ksmserver/main.cpp
+++ b/ksmserver/main.cpp
@@ -180,8 +180,8 @@ extern "C" KDE_EXPORT int kdemain( int argc, char* argv[] )
{
sanity_check(argc, argv);
- KAboutData aboutData( "ksmserver", I18N_NOOP("The TDE Session Manager"),
- version, description, KAboutData::License_BSD,
+ TDEAboutData aboutData( "ksmserver", I18N_NOOP("The TDE Session Manager"),
+ version, description, TDEAboutData::License_BSD,
"(C) 2000, The KDE Developers");
aboutData.addAuthor("Matthias Ettrich",0, "ettrich@kde.org");
aboutData.addAuthor("Luboš Luňák", I18N_NOOP( "Maintainer" ), "l.lunak@kde.org" );