summaryrefslogtreecommitdiffstats
path: root/arts/gui/kde/klabel_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/gui/kde/klabel_impl.h')
-rw-r--r--arts/gui/kde/klabel_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arts/gui/kde/klabel_impl.h b/arts/gui/kde/klabel_impl.h
index 7822e960..8b78bedc 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 ) { parent( p ); }
+ void constructor( Widget p ) { tqparent( p ); }
std::string text();
void text( const std::string& newtext );
@@ -65,6 +65,7 @@ public:
class RotateLabel : public TQFrame {
Q_OBJECT
+ TQ_OBJECT
public:
RotateLabel( TQWidget*, const char* =0 );
void paintEvent( TQPaintEvent* );