diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:12:45 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:12:45 -0500 |
commit | efe855bd5d8cb9a0f50e398d426ff5fece3dadfd (patch) | |
tree | ca2fd8cd2ba98b878d1c11e1951095000ffeee3c /kommander/editor/styledbutton.h | |
parent | a981b85cb9db7276e530ff0bb538bbafac94c5c4 (diff) | |
parent | 47dd01bcf94d2e88c9d548a6b30c9be67f7d7d15 (diff) | |
download | tdewebdev-efe855bd5d8cb9a0f50e398d426ff5fece3dadfd.tar.gz tdewebdev-efe855bd5d8cb9a0f50e398d426ff5fece3dadfd.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdewebdev
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 }; |