diff options
Diffstat (limited to 'karbon/karbon_aboutdata.h')
-rw-r--r-- | karbon/karbon_aboutdata.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/karbon/karbon_aboutdata.h b/karbon/karbon_aboutdata.h index 8d8e5217..c293baaf 100644 --- a/karbon/karbon_aboutdata.h +++ b/karbon/karbon_aboutdata.h @@ -10,14 +10,14 @@ static const char* version=VERSION; // This is all implemented here so that the executable and the part can share it // without sharing an object file. -KAboutData * newKarbonAboutData() +TDEAboutData * newKarbonAboutData() { - KAboutData * aboutData = new KAboutData( + TDEAboutData * aboutData = new TDEAboutData( "karbon", I18N_NOOP( "Karbon14" ), version, description, - KAboutData::License_GPL, + TDEAboutData::License_GPL, I18N_NOOP( "(c) 2001-2006, The Karbon Developers" ), I18N_NOOP( "You are invited to participate in any way." ), "http://www.koffice.org/karbon/"); |