aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_treewidgetitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_treewidgetitem.cpp')
-rw-r--r--src/modules/objects/class_treewidgetitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_treewidgetitem.cpp b/src/modules/objects/class_treewidgetitem.cpp
index 3707626b7..0d767905d 100644
--- a/src/modules/objects/class_treewidgetitem.cpp
+++ b/src/modules/objects/class_treewidgetitem.cpp
@@ -76,7 +76,7 @@ const char * const itemflags_tbl[] = {
To use this class you must instantiate it with another listviewitem or a [class]listview[/class]
as parent. The item will be automatically displayed.
You can set the text and a pixmap in each column and you can make it checkable
- with [classfnc:treewidgetitem]$setCheckable[/classfnc]().
+ with [classfnc:listviewitem]$setCheckable[/classfnc]().
A checkable listviewitem will display a small check mark in the first column.
@functions:
!fn: $setText(<column:integer>,<text:string>)