summaryrefslogtreecommitdiffstats
path: root/kword/KWAboutData.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:55:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:55:40 -0600
commit73ff676f11662d6178c8854a7832ebffe2ae409d (patch)
tree9e89ea7d87940087d2d3c5db9b378ef989dd1346 /kword/KWAboutData.h
parentc2ba2f56121c21a762619faf195e8332ef5b224f (diff)
downloadkoffice-73ff676f11662d6178c8854a7832ebffe2ae409d.tar.gz
koffice-73ff676f11662d6178c8854a7832ebffe2ae409d.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
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");