diff options
Diffstat (limited to 'src/widgets/qtitlebar_p.h')
-rw-r--r-- | src/widgets/qtitlebar_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/qtitlebar_p.h b/src/widgets/qtitlebar_p.h index bf6e9e819..2317b8da6 100644 --- a/src/widgets/qtitlebar_p.h +++ b/src/widgets/qtitlebar_p.h @@ -69,8 +69,8 @@ class TQPixmap; class Q_EXPORT TQTitleBar : public TQWidget { TQ_OBJECT - Q_PROPERTY( bool autoRaise READ autoRaise WRITE setAutoRaise ) - Q_PROPERTY( bool movable READ isMovable WRITE setMovable ) + TQ_PROPERTY( bool autoRaise READ autoRaise WRITE setAutoRaise ) + TQ_PROPERTY( bool movable READ isMovable WRITE setMovable ) public: TQTitleBar (TQWidget* w, TQWidget* parent, const char* name=0); |