summaryrefslogtreecommitdiffstats
path: root/src/gui/colorcombo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/colorcombo.h')
-rw-r--r--src/gui/colorcombo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/colorcombo.h b/src/gui/colorcombo.h
index 65af079..40ce598 100644
--- a/src/gui/colorcombo.h
+++ b/src/gui/colorcombo.h
@@ -23,7 +23,7 @@ which colours are displayed to be changed.
class ColorCombo : public TQComboBox
{
Q_OBJECT
- TQ_OBJECT
+
TQ_PROPERTY( TQColor color READ color WRITE setColor )
public: