summaryrefslogtreecommitdiffstats
path: root/src/gui/listview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/listview.cpp')
-rw-r--r--src/gui/listview.cpp2
1 files changed, 1 insertions, 1 deletions
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();