summaryrefslogtreecommitdiffstats
path: root/src/gui/listview.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-13 10:33:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-13 10:33:47 +0900
commita7d0c9e487de9ae8c41d16c6da218151e3412cf3 (patch)
treefa1d62a720241045cb5096856b9d3d4c58b2b408 /src/gui/listview.cpp
parent55ea90e756410fb86e28de6ed7bd5cc7254f0920 (diff)
downloadtellico-a7d0c9e487de9ae8c41d16c6da218151e3412cf3.tar.gz
tellico-a7d0c9e487de9ae8c41d16c6da218151e3412cf3.zip
cmake files: change keywords to lower case
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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();