From 47dd01bcf94d2e88c9d548a6b30c9be67f7d7d15 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 20 Oct 2012 21:40:54 -0500 Subject: Update TQt3 property/enum macros --- kommander/editor/styledbutton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kommander/editor/styledbutton.h') 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 }; -- cgit v1.2.1