summaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:47:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:47:30 +0900
commit8d98323ef663dedbb8fe7c47bc706d069114af6b (patch)
treeac98d916f8087d544f91253bb3a39485e762f98d /styles
parentd9b27263d7a86f211f5516abff80751ae616ca1d (diff)
downloadtdeartwork-8d98323ef663dedbb8fe7c47bc706d069114af6b.tar.gz
tdeartwork-8d98323ef663dedbb8fe7c47bc706d069114af6b.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'styles')
-rw-r--r--styles/phase/config/phasestyleconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/phase/config/phasestyleconfig.cpp b/styles/phase/config/phasestyleconfig.cpp
index 4a3b7bcd..401361a9 100644
--- a/styles/phase/config/phasestyleconfig.cpp
+++ b/styles/phase/config/phasestyleconfig.cpp
@@ -103,7 +103,7 @@ void PhaseStyleConfig::defaults()
extern "C"
{
- KDE_EXPORT TQObject* allocate_tdestyle_config(TQWidget* parent) {
+ TDE_EXPORT TQObject* allocate_tdestyle_config(TQWidget* parent) {
return(new PhaseStyleConfig(parent));
}
}