diff options
Diffstat (limited to 'arts/gui/kde/kframe_impl.h')
-rw-r--r-- | arts/gui/kde/kframe_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/gui/kde/kframe_impl.h b/arts/gui/kde/kframe_impl.h index ae2e79a4..57af42e6 100644 --- a/arts/gui/kde/kframe_impl.h +++ b/arts/gui/kde/kframe_impl.h @@ -34,7 +34,7 @@ class KDE_EXPORT KFrame_impl : virtual public Arts::Frame_skel, public: KFrame_impl( TQFrame * widget = 0 ); - inline void constructor( Widget p ) { tqparent( p ); } + inline void constructor( Widget p ) { parent( p ); } long margin(); void margin( long m ); |