diff options
author | Timothy Pearson <[email protected]> | 2011-11-08 00:16:02 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-08 00:16:02 -0600 |
commit | 840aac8d62b0a05ac697eaef5c60460942f2f9ca (patch) | |
tree | 94468b51dcb8c801ccf692ae5b1554b5ad98ebfc /kdgantt/KDGanttView.cpp | |
parent | 9fa7d0658d812c9f9d6c80c0a2ea8236209313d0 (diff) | |
download | tdepim-840aac8d62b0a05ac697eaef5c60460942f2f9ca.tar.gz tdepim-840aac8d62b0a05ac697eaef5c60460942f2f9ca.zip |
Fix accidental conversion of dockwin
Diffstat (limited to 'kdgantt/KDGanttView.cpp')
-rw-r--r-- | kdgantt/KDGanttView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdgantt/KDGanttView.cpp b/kdgantt/KDGanttView.cpp index 0af98043b..5a1618a31 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(); } |