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/playlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juk/playlist.h') diff --git a/juk/playlist.h b/juk/playlist.h index e06744b3..2425b760 100644 --- a/juk/playlist.h +++ b/juk/playlist.h @@ -45,7 +45,7 @@ typedef TQValueList PlaylistItemList; class Playlist : public TDEListView, public PlaylistInterface { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1