|
|
|
@ -79,10 +79,10 @@ TQString KNetworkConfModule::rootOnlyMsg() const
|
|
|
|
|
return "Changing the network configuration requires root access";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
KAboutData* KNetworkConfModule::aboutData() const
|
|
|
|
|
TDEAboutData* KNetworkConfModule::aboutData() const
|
|
|
|
|
{
|
|
|
|
|
/*KAboutData* data = new KAboutData( "knetworkconf", I18N_NOOP("KNetworkConf"),
|
|
|
|
|
VERSION, description, KAboutData::License_GPL,
|
|
|
|
|
/*TDEAboutData* data = new TDEAboutData( "knetworkconf", I18N_NOOP("KNetworkConf"),
|
|
|
|
|
VERSION, description, TDEAboutData::License_GPL,
|
|
|
|
|
"(c) 2003, Juan Luis Baptiste", 0, "http://www.merlinux.org/knetworkconf/", "jbaptiste@merlinux.org");
|
|
|
|
|
data->addAuthor("Juan Luis Baptiste",I18N_NOOP("Lead Developer"),
|
|
|
|
|
"jbaptiste@merlinux.org");
|
|
|
|
@ -91,8 +91,8 @@ KAboutData* KNetworkConfModule::aboutData() const
|
|
|
|
|
|
|
|
|
|
return data; // Memory leak, oh well...*/
|
|
|
|
|
|
|
|
|
|
KAboutData *aboutData = new KAboutData( "knetworkconf", I18N_NOOP("KNetworkConf"),
|
|
|
|
|
VERSION, description, KAboutData::License_GPL,
|
|
|
|
|
TDEAboutData *aboutData = new TDEAboutData( "knetworkconf", I18N_NOOP("KNetworkConf"),
|
|
|
|
|
VERSION, description, TDEAboutData::License_GPL,
|
|
|
|
|
"(c) 2003 - 2005, Juan Luis Baptiste", 0, "http://www.merlinux.org/knetworkconf/", "juan.baptiste@kdemail.net");
|
|
|
|
|
aboutData->addAuthor("Juan Luis Baptiste",I18N_NOOP("Lead Developer"),
|
|
|
|
|
"juan.baptiste@kdemail.net");
|
|
|
|
|