summaryrefslogtreecommitdiffstats
path: root/src/widgets/qtitlebar_p.h
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-10-21 18:55:44 -0500
committerDarrell Anderson <[email protected]>2012-10-21 18:55:44 -0500
commit6b6c9a354dbda88664fb1aebda9bb1df77a4aa2d (patch)
treef13bbebb928d6448ff186bc596fa58fa6b8892d9 /src/widgets/qtitlebar_p.h
parent56cd55070ee6c5267fde1aae4d5251e400dea64d (diff)
parent7608f0043b6dfc0b1adcaa8912793e1d3fe7b636 (diff)
downloadtqt3-6b6c9a354dbda88664fb1aebda9bb1df77a4aa2d.tar.gz
tqt3-6b6c9a354dbda88664fb1aebda9bb1df77a4aa2d.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
Diffstat (limited to 'src/widgets/qtitlebar_p.h')
-rw-r--r--src/widgets/qtitlebar_p.h4
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);