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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 3 weeks ago
parent f8231047bf
commit ac5d83821c
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -143,7 +143,7 @@ static TDECModule* return_instance( TQWidget *parent, const char *name ) {
extern "C"
{
// Factory function that kcontrol will call.
KDE_EXPORT TDECModule* CPP_FACTORY(TQWidget *parent, const char *name)
TDE_EXPORT TDECModule* CPP_FACTORY(TQWidget *parent, const char *name)
{
return return_instance(parent, name);
}

Loading…
Cancel
Save