summaryrefslogtreecommitdiffstats
path: root/libkdchart/KDChartCustomBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdchart/KDChartCustomBox.h')
-rw-r--r--libkdchart/KDChartCustomBox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkdchart/KDChartCustomBox.h b/libkdchart/KDChartCustomBox.h
index 17b4782..223920e 100644
--- a/libkdchart/KDChartCustomBox.h
+++ b/libkdchart/KDChartCustomBox.h
@@ -368,12 +368,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 custombox the custom box to be represented
*/
static void createCustomBoxNode( TQDomDocument& document,
- TQDomNode& tqparent,
+ TQDomNode& parent,
const TQString& elementName,
const KDChartCustomBox* custombox );