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/gui/plvitem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/plvitem.h') diff --git a/src/gui/plvitem.h b/src/gui/plvitem.h index 78afcb9..8b32fe4 100644 --- a/src/gui/plvitem.h +++ b/src/gui/plvitem.h @@ -26,7 +26,7 @@ Basic item, which holds the Variant data and Id for an item */ class PLVItem : public TQObject, public TDEListViewItem { - Q_OBJECT + TQ_OBJECT public: PLVItem( TDEListView *listview, const TQString &id, Variant * data ); -- cgit v1.2.3