summaryrefslogtreecommitdiffstats
path: root/kdgantt/KDGanttView.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 21:28:06 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 21:28:06 -0500
commitd4bd676206bc4e76cd23f0002ea6ffec5170ef95 (patch)
tree50d96ea8ba6068c1737d5a1713bca8f6ec201803 /kdgantt/KDGanttView.h
parent786fea2fe83883d18d23b653994642944d336c3f (diff)
downloadtdepim-d4bd676206bc4e76cd23f0002ea6ffec5170ef95.tar.gz
tdepim-d4bd676206bc4e76cd23f0002ea6ffec5170ef95.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 30a84abb..9a12bceb 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 };