diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-20 19:11:10 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-20 19:11:10 +0900 |
| commit | 56c1a30c7923667b0433c43cf02e8aaf565d076b (patch) | |
| tree | 2e610d9bddba0850cecaefe36ff1a7d12cd47da3 /styles/phase | |
| parent | 8d98323ef663dedbb8fe7c47bc706d069114af6b (diff) | |
| download | tdeartwork-56c1a30c7923667b0433c43cf02e8aaf565d076b.tar.gz tdeartwork-56c1a30c7923667b0433c43cf02e8aaf565d076b.zip | |
Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'styles/phase')
| -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" |
