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/nowplaying.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'juk/nowplaying.h') diff --git a/juk/nowplaying.h b/juk/nowplaying.h index 60d040e2..0fc57f07 100644 --- a/juk/nowplaying.h +++ b/juk/nowplaying.h @@ -39,7 +39,7 @@ class Playlist; class NowPlaying : public TQHBox { - Q_OBJECT + TQ_OBJECT public: @@ -126,7 +126,7 @@ public: class TrackItem : public TQWidget, public NowPlayingItem { - Q_OBJECT + TQ_OBJECT public: @@ -148,7 +148,7 @@ private: class HistoryItem : public LinkLabel, public NowPlayingItem { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1