diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:55:40 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:55:40 -0600 |
| commit | 73ff676f11662d6178c8854a7832ebffe2ae409d (patch) | |
| tree | 9e89ea7d87940087d2d3c5db9b378ef989dd1346 /kplato/kptaboutdata.h | |
| parent | c2ba2f56121c21a762619faf195e8332ef5b224f (diff) | |
| download | koffice-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.h | 6 |
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 :) |
