diff options
Diffstat (limited to 'kplato/kptpertcanvas.h')
| -rw-r--r-- | kplato/kptpertcanvas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptpertcanvas.h b/kplato/kptpertcanvas.h index 19f0408ad..437bb6fa3 100644 --- a/kplato/kptpertcanvas.h +++ b/kplato/kptpertcanvas.h @@ -59,7 +59,7 @@ public: void setColumn(int row, int col) { m_rows.at(row)[col] = true; } void mapNode(PertNodeItem *item); - void mapChildNode(PertNodeItem *tqparentItem, PertNodeItem *childItem, Relation::Type type); + void mapChildNode(PertNodeItem *parentItem, PertNodeItem *childItem, Relation::Type type); Node *selectedNode(); |
