Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/27/head
Michele Calgaro 6 months ago
parent d3f70c7a5c
commit d53ed4c838
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -40,7 +40,7 @@ K_EXPORT_COMPONENT_FACTORY( knetworkconfmodule, KDEDFactory( "kcm_knetworkconfmo
extern "C" extern "C"
{ {
KDE_EXPORT TDECModule *create_knetworkconfmodule(TQWidget *parent, const char *name) TDE_EXPORT TDECModule *create_knetworkconfmodule(TQWidget *parent, const char *name)
{ {
TDEGlobal::locale()->insertCatalogue("knetworkconf"); TDEGlobal::locale()->insertCatalogue("knetworkconf");
return new KNetworkConfModule(parent, name); return new KNetworkConfModule(parent, name);

@ -79,7 +79,7 @@ void KControl::configChanged() // SLOT
extern "C" extern "C"
{ {
KDE_EXPORT TDECModule *create_lilo(TQWidget *parent, const char *name) TDE_EXPORT TDECModule *create_lilo(TQWidget *parent, const char *name)
{ {
return new KControl(parent, "kcmlilo"); return new KControl(parent, "kcmlilo");
} }

Loading…
Cancel
Save