summaryrefslogtreecommitdiffstats
path: root/arts/gui/kde/kbutton_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/gui/kde/kbutton_impl.h')
-rw-r--r--arts/gui/kde/kbutton_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arts/gui/kde/kbutton_impl.h b/arts/gui/kde/kbutton_impl.h
index 723c5023..4db27c84 100644
--- a/arts/gui/kde/kbutton_impl.h
+++ b/arts/gui/kde/kbutton_impl.h
@@ -32,6 +32,7 @@ namespace Arts {
class KButton_impl;
class KButtonMapper : public TQObject {
Q_OBJECT
+ TQ_OBJECT
KButton_impl *impl;
TQPushButton * button;
public:
@@ -54,7 +55,7 @@ protected:
public:
KButton_impl( TQPushButton * w = 0 );
- void constructor( Widget parent );
+ void constructor( Widget tqparent );
void constructor( const std::string &, Widget );
void emitClicked();