From 107ab7796f5e050b4d96d1ebf8e7121a61f6279d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:06:43 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 678ee0d63590ba7bf1cad32070c229d699617a3c) --- juk/historyplaylist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juk/historyplaylist.h') diff --git a/juk/historyplaylist.h b/juk/historyplaylist.h index 2968f846..2b1e5c2e 100644 --- a/juk/historyplaylist.h +++ b/juk/historyplaylist.h @@ -36,7 +36,7 @@ private: class HistoryPlaylist : public Playlist { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1