summaryrefslogtreecommitdiffstats
path: root/kstartperf/kstartperf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstartperf/kstartperf.cpp')
-rw-r--r--kstartperf/kstartperf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstartperf/kstartperf.cpp b/kstartperf/kstartperf.cpp
index 97940485..91b583da 100644
--- a/kstartperf/kstartperf.cpp
+++ b/kstartperf/kstartperf.cpp
@@ -71,9 +71,9 @@ TQString libkstartperf()
int main(int argc, char **argv)
{
- KAboutData aboutData("kstartperf", I18N_NOOP("KStartPerf"),
+ TDEAboutData aboutData("kstartperf", I18N_NOOP("KStartPerf"),
"1.0", I18N_NOOP("Measures start up time of a TDE application"),
- KAboutData::License_Artistic,
+ TDEAboutData::License_Artistic,
"Copyright (c) 2000 Geert Jansen and libkmapnotify authors");
aboutData.addAuthor("Geert Jansen", I18N_NOOP("Maintainer"),
"jansen@kde.org", "http://www.stack.nl/~geertj/");