From 678ee0d63590ba7bf1cad32070c229d699617a3c 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 --- noatun/library/pluginmodule.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'noatun/library/pluginmodule.h') diff --git a/noatun/library/pluginmodule.h b/noatun/library/pluginmodule.h index 47519d66..804ea492 100644 --- a/noatun/library/pluginmodule.h +++ b/noatun/library/pluginmodule.h @@ -50,7 +50,7 @@ private: class PluginListView : public TDEListView { -Q_OBJECT +TQ_OBJECT friend class PluginListItem; @@ -75,7 +75,7 @@ private: class Plugins : public CModule { -Q_OBJECT +TQ_OBJECT public: Plugins(TQObject *_parent = 0); -- cgit v1.2.1