|
|
@ -23,7 +23,7 @@
|
|
|
|
inline KAboutData* kigAboutData( const char* name, const char* iname )
|
|
|
|
inline KAboutData* kigAboutData( const char* name, const char* iname )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
const char* version = "v" KIGVERSION;
|
|
|
|
const char* version = "v" KIGVERSION;
|
|
|
|
const char* description = I18N_NOOP( "KDE Interactive Geometry" );
|
|
|
|
const char* description = I18N_NOOP( "TDE Interactive Geometry" );
|
|
|
|
|
|
|
|
|
|
|
|
KAboutData* tmp = new KAboutData( name, iname, version,
|
|
|
|
KAboutData* tmp = new KAboutData( name, iname, version,
|
|
|
|
description, KAboutData::License_GPL,
|
|
|
|
description, KAboutData::License_GPL,
|
|
|
|