summaryrefslogtreecommitdiffstats
path: root/kdgantt/KDGanttView.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-22 14:21:53 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-22 14:21:53 -0500
commit7ccb7f8d09264e2d0655395b9751b385ff571483 (patch)
tree58f91bd94b0dab4dc162e26375e3377a56ee21ac /kdgantt/KDGanttView.h
parentf8877adf6658eda69fbfac97643057b68cffd46c (diff)
downloadkoffice-7ccb7f8d09264e2d0655395b9751b385ff571483.tar.gz
koffice-7ccb7f8d09264e2d0655395b9751b385ff571483.zip
Update TQt3 property/enum macros
Diffstat (limited to 'kdgantt/KDGanttView.h')
-rw-r--r--kdgantt/KDGanttView.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdgantt/KDGanttView.h b/kdgantt/KDGanttView.h
index 960f5f43..37cce619 100644
--- a/kdgantt/KDGanttView.h
+++ b/kdgantt/KDGanttView.h
@@ -108,9 +108,9 @@ class KDGanttView : public KDGanttMinimizeSplitter
TQ_PROPERTY( bool dropEnabled READ dropEnabled WRITE setDropEnabled )
TQ_PROPERTY( bool calendarMode READ calendarMode WRITE setCalendarMode )
- Q_ENUMS( Scale )
- Q_ENUMS( YearFormat )
- Q_ENUMS( HourFormat )
+ TQ_ENUMS( Scale )
+ TQ_ENUMS( YearFormat )
+ TQ_ENUMS( HourFormat )
public:
enum Scale { Minute, Hour, Day, Week, Month, Auto };