summaryrefslogtreecommitdiffstats
path: root/arts/gui/kde/kbutton_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arts/gui/kde/kbutton_impl.cpp')
-rw-r--r--arts/gui/kde/kbutton_impl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/arts/gui/kde/kbutton_impl.cpp b/arts/gui/kde/kbutton_impl.cpp
index 95f7699f..34c5791b 100644
--- a/arts/gui/kde/kbutton_impl.cpp
+++ b/arts/gui/kde/kbutton_impl.cpp
@@ -72,12 +72,12 @@ KButton_impl::KButton_impl( TQPushButton * widget )
void KButton_impl::constructor( Widget p )
{
- tqparent( p );
+ parent( p );
}
void KButton_impl::constructor( const string & t, Widget p )
{
- tqparent( p );
+ parent( p );
text( t );
}