summaryrefslogtreecommitdiffstats
path: root/kword/KWAboutData.h
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWAboutData.h')
-rw-r--r--kword/KWAboutData.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kword/KWAboutData.h b/kword/KWAboutData.h
index 42456598..849aecf4 100644
--- a/kword/KWAboutData.h
+++ b/kword/KWAboutData.h
@@ -32,10 +32,10 @@ static const char* KWORD_DESCRIPTION=I18N_NOOP("KOffice Word Processor");
// From then on: always the same as the KOffice version
static const char* KWORD_VERSION=KOFFICE_VERSION_STRING;
-KAboutData * newKWordAboutData()
+TDEAboutData * newKWordAboutData()
{
- KAboutData * aboutData=new KAboutData( "kword", I18N_NOOP("KWord"),
- KWORD_VERSION, KWORD_DESCRIPTION, KAboutData::License_LGPL,
+ TDEAboutData * aboutData=new TDEAboutData( "kword", I18N_NOOP("KWord"),
+ KWORD_VERSION, KWORD_DESCRIPTION, TDEAboutData::License_LGPL,
I18N_NOOP("(c) 1998-2006, The KWord Team"), 0,
"http://www.koffice.org/kword/" );
aboutData->addAuthor("David Faure", 0, "faure@kde.org");