summaryrefslogtreecommitdiffstats
path: root/kplato/kptaboutdata.h
diff options
context:
space:
mode:
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 :)