diff options
author | Michele Calgaro <[email protected]> | 2024-05-20 11:38:41 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-20 18:42:42 +0900 |
commit | 4864f9daf68cb9441a2aa42e861a08beb8a3e0af (patch) | |
tree | f35d77ef0a28d7fa367fcede86f6f221ab76d432 /kimgio/pcx.h | |
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 <[email protected]>
(cherry picked from commit 0f0c5a4d07b51eb3c08c799b37b2ef4c201fb8b2)
Diffstat (limited to 'kimgio/pcx.h')
-rw-r--r-- | kimgio/pcx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kimgio/pcx.h b/kimgio/pcx.h index c72b01733..40f4f8e73 100644 --- a/kimgio/pcx.h +++ b/kimgio/pcx.h @@ -98,6 +98,6 @@ class PCXHEADER // found only in PB IV/IV Plus TQ_UINT16 VScreenSize; // Vertical screen size in pixels. New field // found only in PB IV/IV Plus -} KDE_PACKED; +} TDE_PACKED; #endif // PCX_H |