diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:38:48 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:38:48 -0500 |
commit | bb5db1f645466cea736d1b0f798d289b63282d89 (patch) | |
tree | 15487508210950005267e65be92a89b5058aa583 /kdevdesigner/designer/styledbutton.h | |
parent | ffc74f031874e3823f212e40a03cb9f25091cb5f (diff) | |
parent | 4ee9bc52eb83d3dbe097893bf5df36dd26279280 (diff) | |
download | tdevelop-bb5db1f645466cea736d1b0f798d289b63282d89.tar.gz tdevelop-bb5db1f645466cea736d1b0f798d289b63282d89.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdevelop
Diffstat (limited to 'kdevdesigner/designer/styledbutton.h')
-rw-r--r-- | kdevdesigner/designer/styledbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdevdesigner/designer/styledbutton.h b/kdevdesigner/designer/styledbutton.h index 5248d604..8065fe84 100644 --- a/kdevdesigner/designer/styledbutton.h +++ b/kdevdesigner/designer/styledbutton.h @@ -44,7 +44,7 @@ class StyledButton : public TQButton TQ_PROPERTY( EditorType editor READ editor WRITE setEditor ) TQ_PROPERTY( bool scale READ scale WRITE setScale ) - Q_ENUMS( EditorType ) + TQ_ENUMS( EditorType ) public: enum EditorType { ColorEditor, PixmapEditor }; |