diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-20 19:10:33 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-21 10:09:47 +0900 |
| commit | 32da5fbf25fb348a4131ed4ce05338417220b4f7 (patch) | |
| tree | 3fc7a7d3f634e328720862e427d2d884ca86dd77 | |
| parent | 2d4abcb6b818d8075ac6f9b1048b323ee5b85649 (diff) | |
| download | amarok-32da5fbf.tar.gz amarok-32da5fbf.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 82d33f65e64df91eb90373db5527222dc7769384)
| -rw-r--r-- | amarok/src/collectionscanner/collectionscanner.h | 2 |
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; }; |
