summaryrefslogtreecommitdiffstats
path: root/kdeui/kxmlguiclient.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-07 03:45:53 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-07 03:45:53 +0000
commit10308be19ef7fa44699562cc75946e7ea1fdf6b9 (patch)
tree4bc444c00a79e88105f2cfce5b6209994c413ca0 /kdeui/kxmlguiclient.h
parent307136d8eef0ba133b78ceee8e901138d4c996a1 (diff)
downloadtdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.tar.gz
tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.zip
Revert automated changes
Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeui/kxmlguiclient.h')
-rw-r--r--kdeui/kxmlguiclient.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdeui/kxmlguiclient.h b/kdeui/kxmlguiclient.h
index a4b903028..f3f7393f4 100644
--- a/kdeui/kxmlguiclient.h
+++ b/kdeui/kxmlguiclient.h
@@ -102,7 +102,7 @@ public:
/**
* @return The parsed XML in a TQDomDocument, set by
* setXMLFile() or setXML().
- * This document describes the tqlayout of the GUI.
+ * This document describes the layout of the GUI.
*/
virtual TQDomDocument domDocument() const;
@@ -304,7 +304,7 @@ protected:
virtual void setXML( const TQString &document, bool merge = false );
/**
- * Sets the Document for the part, describing the tqlayout of the GUI.
+ * Sets the Document for the part, describing the layout of the GUI.
*
* Call this in the Part-inherited class constructor if you don't call
* setXMLFile or setXML .
@@ -344,7 +344,7 @@ private:
bool mergeXML( TQDomElement &base, const TQDomElement &additive,
KActionCollection *actionCollection );
- TQDomElement tqfindMatchingElement( const TQDomElement &base,
+ TQDomElement findMatchingElement( const TQDomElement &base,
const TQDomElement &additive );
typedef TQMap<TQString, TQMap<TQString, TQString> > ActionPropertiesMap;
@@ -353,7 +353,7 @@ private:
static void storeActionProperties( TQDomDocument &doc, const ActionPropertiesMap &properties );
- static TQString tqfindVersionNumber( const TQString &_xml );
+ static TQString findVersionNumber( const TQString &_xml );
// Actions to enable/disable on a state change
TQMap<TQString,StateChange> m_actionsStateMap;