From ccc90afb8999280588e00964c83149faa0697c10 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 13 Mar 2024 10:33:47 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit a7d0c9e487de9ae8c41d16c6da218151e3412cf3) --- src/gui/listview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/listview.cpp') diff --git a/src/gui/listview.cpp b/src/gui/listview.cpp index 2634097..88afc55 100644 --- a/src/gui/listview.cpp +++ b/src/gui/listview.cpp @@ -234,7 +234,7 @@ void ListView::drawContentsOffset(TQPainter* p, int ox, int oy, int cx, int cy, /* ****************** ListViewItem ********************* */ ListViewItem::~ListViewItem() { - // I think there's a bug in qt where the children of this item are deleted after the item itself + // I think there's a bug in tqt where the children of this item are deleted after the item itself // as a result, there is no listView() pointer for the children, that obvious causes // a problem with updating the selection. So we MUST call clear() here ourselves! clear(); -- cgit v1.2.3