diff options
Diffstat (limited to 'kdgantt/KDGanttViewEventItem.cpp')
-rw-r--r-- | kdgantt/KDGanttViewEventItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdgantt/KDGanttViewEventItem.cpp b/kdgantt/KDGanttViewEventItem.cpp index 9c385d46b..137c8ea3c 100644 --- a/kdgantt/KDGanttViewEventItem.cpp +++ b/kdgantt/KDGanttViewEventItem.cpp @@ -209,7 +209,7 @@ void KDGanttViewEventItem::hideMe() void KDGanttViewEventItem::showItem(bool show, int coordY) { isVisibleInGanttView = show; - tqinvalidateHeight () ; + invalidateHeight () ; if (!show) { hideMe(); return; |