summaryrefslogtreecommitdiffstats
path: root/kgantt/kgantt/xQGanttBarViewPort.h
diff options
context:
space:
mode:
Diffstat (limited to 'kgantt/kgantt/xQGanttBarViewPort.h')
-rw-r--r--kgantt/kgantt/xQGanttBarViewPort.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kgantt/kgantt/xQGanttBarViewPort.h b/kgantt/kgantt/xQGanttBarViewPort.h
index e84761e1..fa6b7483 100644
--- a/kgantt/kgantt/xQGanttBarViewPort.h
+++ b/kgantt/kgantt/xQGanttBarViewPort.h
@@ -104,7 +104,7 @@ public:
/*!
*
*/
- xQGanttBarViewPort(KGanttItem* toplevelitem, xQGanttBarView* tqparent = 0,
+ xQGanttBarViewPort(KGanttItem* toplevelitem, xQGanttBarView* parent = 0,
const char * name=0, WFlags f=0 );
@@ -245,7 +245,7 @@ private:
// this will be set by setParentScrollView()
- xQGanttBarView* _tqparent;
+ xQGanttBarView* _parent;
int _grid, _snapgrid;
bool _drawGrid, _drawHeader;