summaryrefslogtreecommitdiffstats
path: root/doc/kommander/widgets.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/kommander/widgets.docbook')
-rw-r--r--doc/kommander/widgets.docbook6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/kommander/widgets.docbook b/doc/kommander/widgets.docbook
index fa187cfc..1596d25e 100644
--- a/doc/kommander/widgets.docbook
+++ b/doc/kommander/widgets.docbook
@@ -132,7 +132,7 @@ A ListBox has only one state, default.
The widget text for a ListBox is the items contained in the ListBox. @selectedWidgetText will return only the items that are currently selected.
</para>
<para>
-See the KListBox documentation to learn more about it.
+See the TDEListBox documentation to learn more about it.
</para>
</listitem>
</varlistentry>
@@ -172,7 +172,7 @@ TreeWidget
A widget that provides a list in the form of a tree structure. You can add child items and multi-column data. The current limitation is that you cannot modify columns. To add a child node use <quote>/</quote> as a separator. To add column data use the escaped tab <quote>\t</quote> character between columns.
</para>
<para>
-See the KListView documentation to learn more about it.
+See the TDEListView documentation to learn more about it.
</para>
</listitem>
@@ -316,7 +316,7 @@ RadioButton has 2 states checked and unchecked.
There is no widget text associated with a RadioButton.
</para>
<para>
-See the KRadioButton documentation to learn more about it.
+See the TDERadioButton documentation to learn more about it.
</para>
</listitem>
</varlistentry>