diff options
Diffstat (limited to 'arts/gui/kde/kbutton_impl.h')
-rw-r--r-- | arts/gui/kde/kbutton_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/gui/kde/kbutton_impl.h b/arts/gui/kde/kbutton_impl.h index be3aa2f6..7eeef594 100644 --- a/arts/gui/kde/kbutton_impl.h +++ b/arts/gui/kde/kbutton_impl.h @@ -32,7 +32,7 @@ namespace Arts { class KButton_impl; class KButtonMapper : public TQObject { Q_OBJECT - TQ_OBJECT + KButton_impl *impl; TQPushButton * button; public: |