diff options
Diffstat (limited to 'kchart/kchart_aboutdata.h')
-rw-r--r-- | kchart/kchart_aboutdata.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kchart/kchart_aboutdata.h b/kchart/kchart_aboutdata.h index 4e413a00..0cdefae8 100644 --- a/kchart/kchart_aboutdata.h +++ b/kchart/kchart_aboutdata.h @@ -31,10 +31,10 @@ static const char* description=I18N_NOOP("KOffice Chart Generator"); static const char* version=VERSION; -KAboutData * newKChartAboutData() +TDEAboutData * newKChartAboutData() { - KAboutData * aboutData= new KAboutData("kchart", I18N_NOOP("KChart"), - version, description, KAboutData::License_GPL, + TDEAboutData * aboutData= new TDEAboutData("kchart", I18N_NOOP("KChart"), + version, description, TDEAboutData::License_GPL, I18N_NOOP("(c) 1998-2006, Kalle Dalheimer and Klarälvdalens Datakonsult AB"), I18N_NOOP("The drawing engine which forms the base of KChart\nis also available as a commercial product\nfrom Klarälvdalens Datakonsult AB.\nContact info@klaralvdalens-datakonsult.se\nfor more information."), "http://www.koffice.org/kchart/"); |