diff options
| author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 18:55:44 -0500 |
|---|---|---|
| committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 18:55:44 -0500 |
| commit | 6b6c9a354dbda88664fb1aebda9bb1df77a4aa2d (patch) | |
| tree | f13bbebb928d6448ff186bc596fa58fa6b8892d9 /src/widgets/ntqmainwindow.h | |
| parent | 56cd55070ee6c5267fde1aae4d5251e400dea64d (diff) | |
| parent | 7608f0043b6dfc0b1adcaa8912793e1d3fe7b636 (diff) | |
| download | tqt-6b6c9a354dbda88664fb1aebda9bb1df77a4aa2d.tar.gz tqt-6b6c9a354dbda88664fb1aebda9bb1df77a4aa2d.zip | |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
Diffstat (limited to 'src/widgets/ntqmainwindow.h')
| -rw-r--r-- | src/widgets/ntqmainwindow.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/widgets/ntqmainwindow.h b/src/widgets/ntqmainwindow.h index 9cd213b9c..03a9eee6d 100644 --- a/src/widgets/ntqmainwindow.h +++ b/src/widgets/ntqmainwindow.h @@ -60,11 +60,11 @@ class TQPopupMenu; class Q_EXPORT TQMainWindow: public TQWidget { TQ_OBJECT - Q_PROPERTY( bool rightJustification READ rightJustification WRITE setRightJustification DESIGNABLE false ) - Q_PROPERTY( bool usesBigPixmaps READ usesBigPixmaps WRITE setUsesBigPixmaps ) - Q_PROPERTY( bool usesTextLabel READ usesTextLabel WRITE setUsesTextLabel ) - Q_PROPERTY( bool dockWindowsMovable READ dockWindowsMovable WRITE setDockWindowsMovable ) - Q_PROPERTY( bool opaqueMoving READ opaqueMoving WRITE setOpaqueMoving ) + TQ_PROPERTY( bool rightJustification READ rightJustification WRITE setRightJustification DESIGNABLE false ) + TQ_PROPERTY( bool usesBigPixmaps READ usesBigPixmaps WRITE setUsesBigPixmaps ) + TQ_PROPERTY( bool usesTextLabel READ usesTextLabel WRITE setUsesTextLabel ) + TQ_PROPERTY( bool dockWindowsMovable READ dockWindowsMovable WRITE setDockWindowsMovable ) + TQ_PROPERTY( bool opaqueMoving READ opaqueMoving WRITE setOpaqueMoving ) public: TQMainWindow( TQWidget* parent=0, const char* name=0, WFlags f = WType_TopLevel ); |
