From 902ba103f2215bcefa22d62b1c9138aa4b88891c Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkdchart/KDFrame.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'libkdchart/KDFrame.h') diff --git a/libkdchart/KDFrame.h b/libkdchart/KDFrame.h index be31597..78de8ff 100644 --- a/libkdchart/KDFrame.h +++ b/libkdchart/KDFrame.h @@ -516,13 +516,13 @@ public: in a DOM document. \param document the DOM document to which the node will belong - \param tqparent the tqparent node to which the new node will be appended + \param parent the parent node to which the new node will be appended \param elementName the name of the new node \param corner the corner to be represented \endif */ static void createFrameCornerNode( TQDomDocument& document, - TQDomNode& tqparent, + TQDomNode& parent, const TQString& elementName, const KDFrameCorner& corner ); @@ -899,7 +899,7 @@ public: /** Default Constructor. Defines default values. - The constructor does *not* have a \c tqparent parameter since drawing + The constructor does *not* have a \c parent parameter since drawing of the frame is not done transparently but by (one or more) explicit calls of the frames paint() methode. See explanation given there to learn about the why and how of this... @@ -942,7 +942,7 @@ public: /* Constructor. Set up a frame by copying settings of another frame. - The constructor does *not* have a \c tqparent parameter since drawing + The constructor does *not* have a \c parent parameter since drawing of the frame is not done transparently but by (one or more) explicit calls of the frames paint() methode. See explanation given there to learn about the why and how of this... @@ -1011,11 +1011,11 @@ public: in a DOM document. \param document the DOM document to which the node will belong - \param tqparent the tqparent node to which the new node will be appended + \param parent the parent node to which the new node will be appended \param elementName the name of the new node \param frame the frame to be represented */ - static void createFrameNode( TQDomDocument& document, TQDomNode& tqparent, + static void createFrameNode( TQDomDocument& document, TQDomNode& parent, const TQString& elementName, const KDFrame& frame ); @@ -1024,12 +1024,12 @@ public: in a DOM document. \param document the DOM document to which the node will belong - \param tqparent the tqparent node to which the new node will be appended + \param parent the parent node to which the new node will be appended \param elementName the name of the new node \param profile the profile to be represented */ static void createFrameProfileNode( TQDomDocument& document, - TQDomNode& tqparent, + TQDomNode& parent, const TQString& elementName, KDFrameProfile profile ); -- cgit v1.2.1