summaryrefslogtreecommitdiffstats
path: root/kdeui/kxmlguiclient.h
diff options
context:
space:
mode:
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;