summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client/config/deKoratorconfig.cpp2
-rw-r--r--client/deKoratorclient.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/config/deKoratorconfig.cpp b/client/config/deKoratorconfig.cpp
index fa957da..9543688 100644
--- a/client/config/deKoratorconfig.cpp
+++ b/client/config/deKoratorconfig.cpp
@@ -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 ) );
}
diff --git a/client/deKoratorclient.cpp b/client/deKoratorclient.cpp
index a88b365..5c312fc 100644
--- a/client/deKoratorclient.cpp
+++ b/client/deKoratorclient.cpp
@@ -178,7 +178,7 @@ TQString DeKoratorFactory::masksPath_ = "";
extern "C"
{
- KDE_EXPORT KDecorationFactory* create_factory()
+ TDE_EXPORT KDecorationFactory* create_factory()
{
return new DeKorator::DeKoratorFactory();
}