diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-10-20 21:40:54 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-10-20 21:40:54 -0500 |
commit | 47dd01bcf94d2e88c9d548a6b30c9be67f7d7d15 (patch) | |
tree | 424afae363c642840d5c3641842654013711e796 /kommander/editor/styledbutton.h | |
parent | 685de86487c13b03f3e5c33b74f317fc27389f88 (diff) | |
download | tdewebdev-47dd01bcf94d2e88c9d548a6b30c9be67f7d7d15.tar.gz tdewebdev-47dd01bcf94d2e88c9d548a6b30c9be67f7d7d15.zip |
Update TQt3 property/enum macros
Diffstat (limited to 'kommander/editor/styledbutton.h')
-rw-r--r-- | kommander/editor/styledbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/editor/styledbutton.h b/kommander/editor/styledbutton.h index d0cbafe2..a090b8b5 100644 --- a/kommander/editor/styledbutton.h +++ b/kommander/editor/styledbutton.h @@ -38,7 +38,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 }; |