summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Qt3DStudio/Palettes/TimelineGraphicsView/ui/TimelineItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Qt3DStudio/Palettes/TimelineGraphicsView/ui/TimelineItem.h')
-rw-r--r--src/Authoring/Qt3DStudio/Palettes/TimelineGraphicsView/ui/TimelineItem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authoring/Qt3DStudio/Palettes/TimelineGraphicsView/ui/TimelineItem.h b/src/Authoring/Qt3DStudio/Palettes/TimelineGraphicsView/ui/TimelineItem.h
index 71fb5ec2..e84eb73b 100644
--- a/src/Authoring/Qt3DStudio/Palettes/TimelineGraphicsView/ui/TimelineItem.h
+++ b/src/Authoring/Qt3DStudio/Palettes/TimelineGraphicsView/ui/TimelineItem.h
@@ -43,7 +43,7 @@ public:
TypeInteractiveTimelineItem = UserType << 2,
TypeTreeHeader = UserType << 3,
TypeRowTree = UserType << 4,
- TypeRowTreeLabelItem = UserType << 5,
+ TypeRowTreeLabel = UserType << 5,
TypeRowTimeline = UserType << 6,
TypeRowTimelineCommentItem = UserType << 7,
TypePlayHead = UserType << 8,