summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrAboutData.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrAboutData.h')
-rw-r--r--kpresenter/KPrAboutData.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kpresenter/KPrAboutData.h b/kpresenter/KPrAboutData.h
index c576b9d57..c5bb8a9aa 100644
--- a/kpresenter/KPrAboutData.h
+++ b/kpresenter/KPrAboutData.h
@@ -27,10 +27,10 @@
static const char* description=I18N_NOOP("KOffice Presentation Tool");
static const char* version=KOFFICE_VERSION_STRING;
-KAboutData * newKPresenterAboutData()
+TDEAboutData * newKPresenterAboutData()
{
- KAboutData * aboutData=new KAboutData( "kpresenter", I18N_NOOP("KPresenter"),
- version, description, KAboutData::License_LGPL,
+ TDEAboutData * aboutData=new TDEAboutData( "kpresenter", I18N_NOOP("KPresenter"),
+ version, description, TDEAboutData::License_LGPL,
I18N_NOOP("(c) 1998-2006, The KPresenter Team"), 0,
"http://www.koffice.org/kpresenter/");
aboutData->addAuthor("Laurent Montel", I18N_NOOP("current maintainer"), "montel@kde.org");