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/dndlistview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dndlistview.h') diff --git a/src/dndlistview.h b/src/dndlistview.h index 7305960..74e7a24 100644 --- a/src/dndlistview.h +++ b/src/dndlistview.h @@ -31,7 +31,7 @@ class TQDragDropEvent; class DndListView : public TQListView { -Q_OBJECT +TQ_OBJECT public: DndListView( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 ); -- cgit v1.2.1