summaryrefslogtreecommitdiffstats
path: root/libkdchart/KDFrame.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdchart/KDFrame.h')
-rw-r--r--libkdchart/KDFrame.h16
1 files changed, 8 insertions, 8 deletions
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 );