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-21 10:09:47 +0900
commit32da5fbf25fb348a4131ed4ce05338417220b4f7 (patch)
tree3fc7a7d3f634e328720862e427d2d884ca86dd77
parent2d4abcb6b818d8075ac6f9b1048b323ee5b85649 (diff)
downloadamarok-r14.1.x.tar.gz
amarok-r14.1.x.zip
Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalentr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 82d33f65e64df91eb90373db5527222dc7769384)
-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;
};