summaryrefslogtreecommitdiffstats
path: root/kugar/kudesigner_lib/reportitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'kugar/kudesigner_lib/reportitem.h')
-rw-r--r--kugar/kudesigner_lib/reportitem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kugar/kudesigner_lib/reportitem.h b/kugar/kudesigner_lib/reportitem.h
index 5d10545c..47c5838c 100644
--- a/kugar/kudesigner_lib/reportitem.h
+++ b/kugar/kudesigner_lib/reportitem.h
@@ -37,7 +37,7 @@ public:
: Box( x, y, width, height, canvas )
{
setZ( 20 );
- tqparentSection = 0;
+ parentSection = 0;
}
virtual int rtti() const
{
@@ -74,7 +74,7 @@ public:
protected:
friend class View;
- Band *tqparentSection;
+ Band *parentSection;
};
}