|
|
@ -85,11 +85,11 @@ KLameEnc::KLameEnc( TQWidget*, const char*, TQObject* parent, const char* name,
|
|
|
|
setInstance(KParts::GenericFactory<KLameEnc>::instance());
|
|
|
|
setInstance(KParts::GenericFactory<KLameEnc>::instance());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
KAboutData *KLameEnc::createAboutData()
|
|
|
|
TDEAboutData *KLameEnc::createAboutData()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
KAboutData* aboutData = new KAboutData( "kaffeinemp3lame", I18N_NOOP("KaffeineMp3Lame"),
|
|
|
|
TDEAboutData* aboutData = new TDEAboutData( "kaffeinemp3lame", I18N_NOOP("KaffeineMp3Lame"),
|
|
|
|
"0.1", I18N_NOOP("A Lame mp3 encoder plugin for Kaffeine."),
|
|
|
|
"0.1", I18N_NOOP("A Lame mp3 encoder plugin for Kaffeine."),
|
|
|
|
KAboutData::License_GPL,
|
|
|
|
TDEAboutData::License_GPL,
|
|
|
|
"(c) 2006, Christophe Thommeret.", 0, "http://kaffeine.sourceforge.net");
|
|
|
|
"(c) 2006, Christophe Thommeret.", 0, "http://kaffeine.sourceforge.net");
|
|
|
|
aboutData->addAuthor("Christophe Thommeret.",0, "hftom@free.fr");
|
|
|
|
aboutData->addAuthor("Christophe Thommeret.",0, "hftom@free.fr");
|
|
|
|
|
|
|
|
|
|
|
|