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

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

@ -486,7 +486,7 @@ void DeKoratorConfig::setTheme()
extern "C"
{
KDE_EXPORT TQObject * allocate_config( TDEConfig * config, TQWidget * parent )
TDE_EXPORT TQObject * allocate_config( TDEConfig * config, TQWidget * parent )
{
return ( new DeKoratorConfig( config, parent ) );
}

@ -178,7 +178,7 @@ TQString DeKoratorFactory::masksPath_ = "";
extern "C"
{
KDE_EXPORT KDecorationFactory* create_factory()
TDE_EXPORT KDecorationFactory* create_factory()
{
return new DeKorator::DeKoratorFactory();
}

Loading…
Cancel
Save