diff options
Diffstat (limited to 'arts/gui/kde/klabel_impl.h')
-rw-r--r-- | arts/gui/kde/klabel_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/gui/kde/klabel_impl.h b/arts/gui/kde/klabel_impl.h index 8b78bedc..205d041d 100644 --- a/arts/gui/kde/klabel_impl.h +++ b/arts/gui/kde/klabel_impl.h @@ -42,7 +42,7 @@ protected: RotateLabel* _label; public: KLabel_impl( TQFrame* w=0 ); - void constructor( Widget p ) { tqparent( p ); } + void constructor( Widget p ) { parent( p ); } std::string text(); void text( const std::string& newtext ); |