diff options
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 a090b8b5..1c46472c 100644 --- a/kommander/editor/styledbutton.h +++ b/kommander/editor/styledbutton.h @@ -30,7 +30,7 @@ class FormWindow; class StyledButton : public TQButton { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQColor color READ color WRITE setColor ) |