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 19bfaeb90..eadef6a1b 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; - invalidateHeight () ; + tqinvalidateHeight () ; if (!show) { hideMe(); return; |