summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rwxr-xr-xclient/config/polyesterconfig.cpp2
-rwxr-xr-xclient/polyester.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/config/polyesterconfig.cpp b/client/config/polyesterconfig.cpp
index df1a5e7..4075c22 100755
--- a/client/config/polyesterconfig.cpp
+++ b/client/config/polyesterconfig.cpp
@@ -197,7 +197,7 @@ void polyesterConfig::defaults() {
//////////////////////////////////////////////////////////////////////////////
extern "C" {
- KDE_EXPORT TQObject* allocate_config(TDEConfig* config, TQWidget* parent) {
+ TDE_EXPORT TQObject* allocate_config(TDEConfig* config, TQWidget* parent) {
return (new polyesterConfig(config, parent));
}
}
diff --git a/client/polyester.cpp b/client/polyester.cpp
index 91c06fe..747d543 100755
--- a/client/polyester.cpp
+++ b/client/polyester.cpp
@@ -76,7 +76,7 @@ const char default_right[] = "HIAX";
static const uint TIMERINTERVAL = 25; // msec
static const uint ANIMATIONSTEPS = 20;
-extern "C" KDE_EXPORT KDecorationFactory* create_factory() {
+extern "C" TDE_EXPORT KDecorationFactory* create_factory() {
return new polyester::polyesterFactory();
}