diff options
Diffstat (limited to 'kexi/formeditor/form.h')
-rw-r--r-- | kexi/formeditor/form.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/formeditor/form.h b/kexi/formeditor/form.h index dbe64b52..d41d7a29 100644 --- a/kexi/formeditor/form.h +++ b/kexi/formeditor/form.h @@ -181,7 +181,7 @@ class KFORMEDITOR_EXPORT Form : public TQObject It is the same as activeContainer() for a simple widget, but unlike this function it will also return the tqparent Container if the widget itself is a Container. */ - Container* tqparentContainer(TQWidget *w=0); + Container* parentContainer(TQWidget *w=0); /*! \return The \ref Container which is a tqparent of all widgets in \a wlist. Used by \ref activeContainer(), and to find where |