From 840aac8d62b0a05ac697eaef5c60460942f2f9ca Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 00:16:02 -0600 Subject: Fix accidental conversion of dockwin --- kdgantt/KDGanttView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdgantt/KDGanttView.cpp') diff --git a/kdgantt/KDGanttView.cpp b/kdgantt/KDGanttView.cpp index 0af98043..5a1618a3 100644 --- a/kdgantt/KDGanttView.cpp +++ b/kdgantt/KDGanttView.cpp @@ -646,7 +646,7 @@ void KDGanttView::slotHeaderSizeChanged() */ TQDockWindow* KDGanttView::legendDoctwindow() const { - return myLegend->doctwindow(); + return myLegend->dockwindow(); } -- cgit v1.2.3