diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-20 11:38:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-20 18:42:42 +0900 |
commit | 4864f9daf68cb9441a2aa42e861a08beb8a3e0af (patch) | |
tree | f35d77ef0a28d7fa367fcede86f6f221ab76d432 /tdestyles/plastik/plastik.cpp | |
parent | 9c9f5bf82c7c7d1d9456df8d0f79dc6ea38519b3 (diff) | |
download | tdelibs-4864f9daf68cb9441a2aa42e861a08beb8a3e0af.tar.gz tdelibs-4864f9daf68cb9441a2aa42e861a08beb8a3e0af.zip |
Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0f0c5a4d07b51eb3c08c799b37b2ef4c201fb8b2)
Diffstat (limited to 'tdestyles/plastik/plastik.cpp')
-rw-r--r-- | tdestyles/plastik/plastik.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdestyles/plastik/plastik.cpp b/tdestyles/plastik/plastik.cpp index 5ff3b8619..ab3382b93 100644 --- a/tdestyles/plastik/plastik.cpp +++ b/tdestyles/plastik/plastik.cpp @@ -148,7 +148,7 @@ class PlastikStylePlugin : public TQStylePlugin } }; -KDE_Q_EXPORT_PLUGIN( PlastikStylePlugin ) +TDE_EXPORT_PLUGIN( PlastikStylePlugin ) // -- end -- PlastikStyle::PlastikStyle() : TDEStyle( AllowMenuTransparency, ThreeButtonScrollBar), |