diff options
author | Michele Calgaro <[email protected]> | 2024-05-20 19:11:10 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-21 10:07:07 +0900 |
commit | eb6a66893e2990db57439d741eb1e34070694a72 (patch) | |
tree | b57f065ba10ad90071c56e848828d7dd01a91385 /styles/phase/phasestyle.cpp | |
parent | 82b7c9da6c7f73bb0a7158182e36856e845501b0 (diff) | |
download | tdeartwork-eb6a66893e2990db57439d741eb1e34070694a72.tar.gz tdeartwork-eb6a66893e2990db57439d741eb1e34070694a72.zip |
Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 56c1a30c7923667b0433c43cf02e8aaf565d076b)
Diffstat (limited to 'styles/phase/phasestyle.cpp')
-rw-r--r-- | styles/phase/phasestyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/phase/phasestyle.cpp b/styles/phase/phasestyle.cpp index 69a90749..a00e08fe 100644 --- a/styles/phase/phasestyle.cpp +++ b/styles/phase/phasestyle.cpp @@ -2485,6 +2485,6 @@ TQStyle* PhaseStylePlugin::create(const TQString& key) return 0; } -KDE_Q_EXPORT_PLUGIN(PhaseStylePlugin) +TDE_EXPORT_PLUGIN(PhaseStylePlugin) #include "phasestyle.moc" |