From 1855627c07e014e5913990fbbe0c9f42a2ce4962 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:57:21 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 318e3e3a6243cbfe01d25f679ca5f1ed07bb06e0) --- src/torkview.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/torkview.h') diff --git a/src/torkview.h b/src/torkview.h index 3f015ce..d59613b 100644 --- a/src/torkview.h +++ b/src/torkview.h @@ -60,7 +60,7 @@ class streamItem; */ class torkView : public torkview_base { - Q_OBJECT + TQ_OBJECT enum { HISTORY_SIZE = 300, // Speed history buffer size @@ -379,7 +379,7 @@ TQString torkView::byteFormat( double num, const char* ksufix, class streamItem : public TQObject, public TQListViewItem { -Q_OBJECT +TQ_OBJECT public: streamItem( DndListView *parent, const TQString &id, @@ -512,7 +512,7 @@ double streamItem::byteSpeedTx() const { class circuitItem : public TQObject, public TQListViewItem { -Q_OBJECT +TQ_OBJECT public: circuitItem( DndListView *parent, const TQString &id, -- cgit v1.2.1