From cb59219281a9666896ee96b02a487bbc0206082d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:37:04 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- lib/kofficecore/KoContainerHandler.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/kofficecore/KoContainerHandler.h') diff --git a/lib/kofficecore/KoContainerHandler.h b/lib/kofficecore/KoContainerHandler.h index 43d2fbbf..5b751fc7 100644 --- a/lib/kofficecore/KoContainerHandler.h +++ b/lib/kofficecore/KoContainerHandler.h @@ -42,7 +42,7 @@ class KoPartMoveHandlerPrivate; */ class KOFFICECORE_EXPORT KoEventHandler : public TQObject { - Q_OBJECT + TQ_OBJECT public: KoEventHandler( TQObject* target ); @@ -60,7 +60,7 @@ private: */ class KoPartResizeHandler : public KoEventHandler { - Q_OBJECT + TQ_OBJECT public: KoPartResizeHandler( TQWidget* widget, const TQWMatrix& matrix, KoView* view, KoChild* child, @@ -81,7 +81,7 @@ private: */ class KoPartMoveHandler : public KoEventHandler { - Q_OBJECT + TQ_OBJECT public: KoPartMoveHandler( TQWidget* widget, const TQWMatrix& matrix, KoView* view, KoChild* child, @@ -111,7 +111,7 @@ private: */ class KOFFICECORE_EXPORT KoContainerHandler : public KoEventHandler { - Q_OBJECT + TQ_OBJECT public: KoContainerHandler( KoView* view, TQWidget* widget ); -- cgit v1.2.1