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