summaryrefslogtreecommitdiffstats
path: root/amarok/src/database_refactor
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:17:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-24 17:34:31 +0900
commitd24f50c368d5c75f87fba18fd92a3ade9f82f0c3 (patch)
treef8ebee323276cce1773ae2e5df1911fa7e6b1f32 /amarok/src/database_refactor
parent837308466876d9bf8dcd7f937eb16bcf3ac5fe3b (diff)
downloadamarok-d24f50c368d5c75f87fba18fd92a3ade9f82f0c3.tar.gz
amarok-d24f50c368d5c75f87fba18fd92a3ade9f82f0c3.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'amarok/src/database_refactor')
-rw-r--r--amarok/src/database_refactor/collectiondb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/database_refactor/collectiondb.h b/amarok/src/database_refactor/collectiondb.h
index c6bcba98..b23ebd23 100644
--- a/amarok/src/database_refactor/collectiondb.h
+++ b/amarok/src/database_refactor/collectiondb.h
@@ -43,7 +43,7 @@ class DbConnectionPool : TQPtrQueue<DbConnection>
class CollectionDB : public TQObject, public EngineObserver
{
- Q_OBJECT
+ TQ_OBJECT
friend class SimilarArtistsInsertionJob;