summaryrefslogtreecommitdiffstats
path: root/kplato/kptaboutdata.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 /kplato/kptaboutdata.h
parentc2ba2f56121c21a762619faf195e8332ef5b224f (diff)
downloadkoffice-73ff676f11662d6178c8854a7832ebffe2ae409d.tar.gz
koffice-73ff676f11662d6178c8854a7832ebffe2ae409d.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kplato/kptaboutdata.h')
-rw-r--r--kplato/kptaboutdata.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kplato/kptaboutdata.h b/kplato/kptaboutdata.h
index a91c52c84..28bacafd7 100644
--- a/kplato/kptaboutdata.h
+++ b/kplato/kptaboutdata.h
@@ -30,10 +30,10 @@ namespace KPlato
static const char* KPLATO_DESCRIPTION=I18N_NOOP("KPlato - TDE Planning Tool");
static const char* KPLATO_VERSION="0.6.3";
-KAboutData * newAboutData()
+TDEAboutData * newAboutData()
{
- KAboutData * aboutData=new KAboutData( "kplato", I18N_NOOP("KPlato"),
- KPLATO_VERSION, KPLATO_DESCRIPTION, KAboutData::License_GPL,
+ TDEAboutData * aboutData=new TDEAboutData( "kplato", I18N_NOOP("KPlato"),
+ KPLATO_VERSION, KPLATO_DESCRIPTION, TDEAboutData::License_GPL,
I18N_NOOP("(c) 1998-2006, The KPlato Team"), 0,
"http://www.koffice.org/kplato/" );
aboutData->addAuthor("Thomas Zander", 0, 0 ); // please don't re-add, I don't like getting personal emails :)