From d4bd676206bc4e76cd23f0002ea6ffec5170ef95 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 20 Oct 2012 21:28:06 -0500 Subject: Update TQt3 property/enum macros --- kdgantt/KDGanttView.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kdgantt/KDGanttView.h') diff --git a/kdgantt/KDGanttView.h b/kdgantt/KDGanttView.h index 30a84abb5..9a12bceb3 100644 --- a/kdgantt/KDGanttView.h +++ b/kdgantt/KDGanttView.h @@ -109,9 +109,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 }; -- cgit v1.2.1