summaryrefslogtreecommitdiffstats
path: root/arts/knotify
diff options
context:
space:
mode:
Diffstat (limited to 'arts/knotify')
-rw-r--r--arts/knotify/knotify.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/arts/knotify/knotify.cpp b/arts/knotify/knotify.cpp
index e6a234fba..3fcaff6e0 100644
--- a/arts/knotify/knotify.cpp
+++ b/arts/knotify/knotify.cpp
@@ -105,9 +105,9 @@ extern "C"{
KDE_EXPORT int kdemain(int argc, char **argv)
{
- KAboutData aboutdata("knotify", I18N_NOOP("KNotify"),
+ TDEAboutData aboutdata("knotify", I18N_NOOP("KNotify"),
"3.0", I18N_NOOP("TDE Notification Server"),
- KAboutData::License_GPL, "(C) 1997-2003, KDE Developers");
+ TDEAboutData::License_GPL, "(C) 1997-2003, KDE Developers");
aboutdata.addAuthor("Carsten Pfeiffer",I18N_NOOP("Current Maintainer"),"pfeiffer@kde.org");
aboutdata.addAuthor("Christian Esken",0,"esken@kde.org");
aboutdata.addAuthor("Stefan Westerfeld",I18N_NOOP("Sound support"),"stefan@space.twc.de");