summaryrefslogtreecommitdiffstats
path: root/tdeui/kxmlgui.xsd
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:01 -0600
commitdeac2ca49faed824fe83066080714eb6d653615b (patch)
tree8b5bf97c5acaaf5285985b87fa76dbea0f35e4fa /tdeui/kxmlgui.xsd
parent0c9d97065a3d6ceb12d687555a1a33d90db96238 (diff)
downloadtdelibs-deac2ca49faed824fe83066080714eb6d653615b.tar.gz
tdelibs-deac2ca49faed824fe83066080714eb6d653615b.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'tdeui/kxmlgui.xsd')
-rw-r--r--tdeui/kxmlgui.xsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/kxmlgui.xsd b/tdeui/kxmlgui.xsd
index c0979cb72..dc2fad341 100644
--- a/tdeui/kxmlgui.xsd
+++ b/tdeui/kxmlgui.xsd
@@ -148,7 +148,7 @@
Defines both Standard and app-specific actions. An action can appear
in a menu, a toolbar or in a menubar.
Attributes:
- - name of the action: this is matched with the KAction name.
+ - name of the action: this is matched with the TDEAction name.
- group: this is used to control the placement of the action when
merging e.g. a part, it matches the name of a DefineGroup in the
mainwindow's rc file.
@@ -157,7 +157,7 @@
there. Note that this feature is currently only available for the
mainwindow, not for parts/plugins.
- text, whatsThis, toolTip, shortText, shortcut, icon: all those are
- mapped to KAction properties.
+ mapped to TDEAction properties.
</xsd:documentation>