|
|
@ -313,7 +313,7 @@ TQWidget *KABCore::widget() const
|
|
|
|
KAboutData *KABCore::createAboutData()
|
|
|
|
KAboutData *KABCore::createAboutData()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
KAboutData *about = new KAboutData( "kaddressbook", I18N_NOOP( "KAddressBook" ),
|
|
|
|
KAboutData *about = new KAboutData( "kaddressbook", I18N_NOOP( "KAddressBook" ),
|
|
|
|
"3.5.11", I18N_NOOP( "The KDE Address Book" ),
|
|
|
|
"3.5.13", I18N_NOOP( "The TDE Address Book" ),
|
|
|
|
KAboutData::License_GPL_V2,
|
|
|
|
KAboutData::License_GPL_V2,
|
|
|
|
I18N_NOOP( "(c) 2008-2010, The Trinity Team\n(c) 1997-2005, The KDE PIM Team" ) );
|
|
|
|
I18N_NOOP( "(c) 2008-2010, The Trinity Team\n(c) 1997-2005, The KDE PIM Team" ) );
|
|
|
|
about->addAuthor( "Timothy Pearson", I18N_NOOP( "Current maintainer" ), "kb9vqf@pearsoncomputing.net" );
|
|
|
|
about->addAuthor( "Timothy Pearson", I18N_NOOP( "Current maintainer" ), "kb9vqf@pearsoncomputing.net" );
|
|
|
|