|
|
|
@ -51,9 +51,9 @@ AutoStartConfig::AutoStartConfig(TQWidget* parent, const char* name, const TQStr
|
|
|
|
|
KCModule( AutoStartFactory::instance(), parent, name )
|
|
|
|
|
{
|
|
|
|
|
KGlobal::dirs()->addResourceType("autostart", "share/autostart");
|
|
|
|
|
KAboutData *about =
|
|
|
|
|
new KAboutData( I18N_NOOP( "kcmautostart" ), I18N_NOOP( "TDE Service Manager" ),
|
|
|
|
|
0, 0, KAboutData::License_GPL, I18N_NOOP( "(c) 2004 Martijn Klingens" ) );
|
|
|
|
|
TDEAboutData *about =
|
|
|
|
|
new TDEAboutData( I18N_NOOP( "kcmautostart" ), I18N_NOOP( "TDE Service Manager" ),
|
|
|
|
|
0, 0, TDEAboutData::License_GPL, I18N_NOOP( "(c) 2004 Martijn Klingens" ) );
|
|
|
|
|
about->addAuthor( "Martijn Klingens", 0, "klingens@kde.org" );
|
|
|
|
|
|
|
|
|
|
#if KDE_IS_VERSION(3,2,91)
|
|
|
|
|