From d9fab094136a7dcb463d99d499f5526701ad1e48 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:35:00 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 377a74382c0f10b2d3ec30d9b2337e8409bec58f) --- src/itemview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/itemview.h') diff --git a/src/itemview.h b/src/itemview.h index 55dc420..cd70f66 100644 --- a/src/itemview.h +++ b/src/itemview.h @@ -25,7 +25,7 @@ class TQTimer; */ class ItemView : public View { - Q_OBJECT + TQ_OBJECT public: ItemView( ItemDocument *itemDocument, ViewContainer *viewContainer, uint viewAreaId, const char *name = 0 ); @@ -86,7 +86,7 @@ class ItemView : public View */ class CVBEditor : public TQCanvasView { -Q_OBJECT +TQ_OBJECT public: CVBEditor( TQCanvas *canvas, ItemView *itemView, const char *name ); -- cgit v1.2.1