diff options
Diffstat (limited to 'lib/kofficeui/KoToolBox.h')
-rw-r--r-- | lib/kofficeui/KoToolBox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficeui/KoToolBox.h b/lib/kofficeui/KoToolBox.h index 7b31d847..764ce4c1 100644 --- a/lib/kofficeui/KoToolBox.h +++ b/lib/kofficeui/KoToolBox.h @@ -104,7 +104,7 @@ public: TQWidget* getNextParent(); private: - TQPtrList<TQWidget> m_children; + TQPtrList<TQWidget> m_tqchildren; TQBoxLayout *m_layout; TQWidget *m_leftRow; |