From 63bcbec9a09626ba09945de06b3eb74f50f3b228 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:22:42 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kstartperf/kstartperf.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kstartperf/kstartperf.cpp') 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/"); -- cgit v1.2.1