summaryrefslogtreecommitdiffstats
path: root/kdgantt/KDGanttViewSummaryItem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdgantt/KDGanttViewSummaryItem.cpp')
-rw-r--r--kdgantt/KDGanttViewSummaryItem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdgantt/KDGanttViewSummaryItem.cpp b/kdgantt/KDGanttViewSummaryItem.cpp
index 7237cf31..31d21cf9 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;