diff options
Diffstat (limited to 'src/connector.h')
-rw-r--r-- | src/connector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connector.h b/src/connector.h index 57fc378..740b5b7 100644 --- a/src/connector.h +++ b/src/connector.h @@ -110,7 +110,7 @@ public: /** * Returns a pointer to the tqparent item container */ - CNItem *tqparentContainer() const { return p_parentContainer; } + CNItem *parentContainer() const { return p_parentContainer; } /** * @returns whether the points have been set by the user manually defining them */ |