summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:22:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:22:08 +0900
commitcdc8dc2597db36d07991d9454e3953125b28eed6 (patch)
treef8e9ce1bc0bc1215479a7bb414564d62ecac98c2
parent052ed111ee528b457b8d2627d616d658ed70431a (diff)
downloadtde-style-polyester-cdc8dc2597db36d07991d9454e3953125b28eed6.tar.gz
tde-style-polyester-cdc8dc2597db36d07991d9454e3953125b28eed6.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rwxr-xr-xclient/config/polyesterconfig.cpp2
-rwxr-xr-xclient/polyester.cpp2
-rwxr-xr-xstyle/config/polyesterconf.cpp2
3 files changed, 3 insertions, 3 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();
}
diff --git a/style/config/polyesterconf.cpp b/style/config/polyesterconf.cpp
index a114084..b62bfc0 100755
--- a/style/config/polyesterconf.cpp
+++ b/style/config/polyesterconf.cpp
@@ -49,7 +49,7 @@ DEALINGS IN THE SOFTWARE.
extern "C"
{
- KDE_EXPORT TQWidget* allocate_tdestyle_config(TQWidget* parent)
+ TDE_EXPORT TQWidget* allocate_tdestyle_config(TQWidget* parent)
{
TDEGlobal::locale()->insertCatalogue("polyester");
return new PolyesterStyleConfig(parent);