diff options
Diffstat (limited to 'arts/gui/kde/kcombobox_impl.h')
-rw-r--r-- | arts/gui/kde/kcombobox_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/gui/kde/kcombobox_impl.h b/arts/gui/kde/kcombobox_impl.h index ad8e5739..f9de6c55 100644 --- a/arts/gui/kde/kcombobox_impl.h +++ b/arts/gui/kde/kcombobox_impl.h @@ -57,7 +57,7 @@ protected: public: KComboBox_impl( KComboBox * w = 0 ); - void constructor( Widget p ) { tqparent( p ); } + void constructor( Widget p ) { parent( p ); } std::string caption(); void caption(const std::string & newCaption); |