summaryrefslogtreecommitdiffstats
path: root/kexi/widget
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-22 15:01:02 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-22 15:01:02 -0500
commit7227f5a342ea4a7317d74b43e90f798d19d6ddb4 (patch)
tree7b69758a4de6a524edf327c31c1bb6b2b32f0d56 /kexi/widget
parent7ccb7f8d09264e2d0655395b9751b385ff571483 (diff)
downloadkoffice-7227f5a342ea4a7317d74b43e90f798d19d6ddb4.tar.gz
koffice-7227f5a342ea4a7317d74b43e90f798d19d6ddb4.zip
Update TQt3 property/enum macros
Diffstat (limited to 'kexi/widget')
-rw-r--r--kexi/widget/utils/kexigradientwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/widget/utils/kexigradientwidget.h b/kexi/widget/utils/kexigradientwidget.h
index a8feb0fa..8be2e5b5 100644
--- a/kexi/widget/utils/kexigradientwidget.h
+++ b/kexi/widget/utils/kexigradientwidget.h
@@ -42,7 +42,7 @@ class KEXIGUIUTILS_EXPORT KexiGradientWidget : public TQWidget {
TQ_PROPERTY(TQColor gradientColor1 READ gradientColor1 WRITE setGradientColor1 DESIGNABLE true)
TQ_PROPERTY(TQColor gradientColor2 READ gradientColor2 WRITE setGradientColor2 DESIGNABLE true)
TQ_PROPERTY(double blendOpacity READ blendOpacity WRITE setBlendOpacity DESIGNABLE true)
- Q_ENUMS( DisplayMode GradientType )
+ TQ_ENUMS( DisplayMode GradientType )
public:
/*!