diff options
Diffstat (limited to 'kexi/widget/utils/kexigradientwidget.h')
-rw-r--r-- | kexi/widget/utils/kexigradientwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/widget/utils/kexigradientwidget.h b/kexi/widget/utils/kexigradientwidget.h index d11c4f04..3f9b894d 100644 --- a/kexi/widget/utils/kexigradientwidget.h +++ b/kexi/widget/utils/kexigradientwidget.h @@ -184,11 +184,11 @@ class KEXIGUIUTILS_EXPORT KexiGradientWidget : public TQWidget { private: /*! - Builds a list of children of \a p. + Builds a list of tqchildren of \a p. Only widgets that work correctly with KexiGradientWidget will be in this list. The results will be stored in \a list. - The method recursively calls itself until all children of \a p + The method recursively calls itself until all tqchildren of \a p have been found and stored in the list. */ static void buildChildrenList( WidgetList& list, TQWidget* p ); |