diff options
Diffstat (limited to 'src/flowcontainer.h')
-rw-r--r-- | src/flowcontainer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flowcontainer.h b/src/flowcontainer.h index a3dbecb..8d94ac3 100644 --- a/src/flowcontainer.h +++ b/src/flowcontainer.h @@ -39,9 +39,9 @@ public: */ bool isExpanded() const { return b_expanded; } /** - * Returns true if one of this tqparents is collapsed. + * Returns true if one of this parents is collapsed. */ - bool tqparentIsCollapsed() const; + bool parentIsCollapsed() const; void setExpanded( bool expanded ); virtual void setSelected( bool yes ); |