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:39:20 +0900 |
commit | 0f0c5a4d07b51eb3c08c799b37b2ef4c201fb8b2 (patch) | |
tree | 2ecaa143b9bc933936e9a977255be2e01b95bdbe /kimgio | |
parent | 75d7682354ef3a0de89afcf34247f80417e71753 (diff) | |
download | tdelibs-0f0c5a4d07b51eb3c08c799b37b2ef4c201fb8b2.tar.gz tdelibs-0f0c5a4d07b51eb3c08c799b37b2ef4c201fb8b2.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 'kimgio')
-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 |