summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-20 19:10:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-20 19:10:33 +0900
commit82d33f65e64df91eb90373db5527222dc7769384 (patch)
tree2134563231c03d4d30db01ad01ba3a9b352d602e
parent250ce4cbd2cca548916f85db424e752e458b511d (diff)
downloadamarok-82d33f65e64df91eb90373db5527222dc7769384.tar.gz
amarok-82d33f65e64df91eb90373db5527222dc7769384.zip
Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--amarok/src/collectionscanner/collectionscanner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/collectionscanner/collectionscanner.h b/amarok/src/collectionscanner/collectionscanner.h
index 77c11f1e..9b406073 100644
--- a/amarok/src/collectionscanner/collectionscanner.h
+++ b/amarok/src/collectionscanner/collectionscanner.h
@@ -108,7 +108,7 @@ private:
struct direntry {
dev_t dev;
ino_t ino;
- } KDE_PACKED;
+ } TDE_PACKED;
TQMemArray<direntry> m_processedDirs;
};