diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:47:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-06 20:36:13 +0900 |
commit | 82b7c9da6c7f73bb0a7158182e36856e845501b0 (patch) | |
tree | 90b6c7f9b07956543d7a008fff732fae4fa2dc68 /styles/phase/config | |
parent | ee89d0836292795b2de9bef32276cf27391c57a6 (diff) | |
download | tdeartwork-82b7c9da6c7f73bb0a7158182e36856e845501b0.tar.gz tdeartwork-82b7c9da6c7f73bb0a7158182e36856e845501b0.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8d98323ef663dedbb8fe7c47bc706d069114af6b)
Diffstat (limited to 'styles/phase/config')
-rw-r--r-- | styles/phase/config/phasestyleconfig.cpp | 2 |
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)); } } |