diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:16:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:16:01 -0600 |
commit | 9771f17f8cc5252b12ec5f3edf47ff9bffdf997f (patch) | |
tree | b9e389db87bdba126010d03fb5bccdc748d0e6fa /doc/kommander/widgets.docbook | |
parent | 9930e16dde86b7de9b792613d826f4f8648b9768 (diff) | |
download | tdewebdev-9771f17f8cc5252b12ec5f3edf47ff9bffdf997f.tar.gz tdewebdev-9771f17f8cc5252b12ec5f3edf47ff9bffdf997f.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'doc/kommander/widgets.docbook')
-rw-r--r-- | doc/kommander/widgets.docbook | 6 |
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> |