summaryrefslogtreecommitdiffstats
path: root/kdgantt/KDGanttView.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 00:05:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 00:05:53 -0600
commitde123eb5e3e3b2561b5836332456b4320ee3daf3 (patch)
tree231b2c8fd8bf4a93ad120de89704d0c774f058f7 /kdgantt/KDGanttView.cpp
parent2b1df858bf24b199a5d3e4fc537df3e9701f8daa (diff)
downloadkoffice-de123eb5e3e3b2561b5836332456b4320ee3daf3.tar.gz
koffice-de123eb5e3e3b2561b5836332456b4320ee3daf3.zip
Fix accidental conversion of dockwin
Diffstat (limited to 'kdgantt/KDGanttView.cpp')
-rw-r--r--kdgantt/KDGanttView.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdgantt/KDGanttView.cpp b/kdgantt/KDGanttView.cpp
index f0c59184..f14ac027 100644
--- a/kdgantt/KDGanttView.cpp
+++ b/kdgantt/KDGanttView.cpp
@@ -653,7 +653,7 @@ void KDGanttView::slotHeaderSizeChanged()
*/
TQDockWindow* KDGanttView::legendDoctwindow() const
{
- return myLegend->doctwindow();
+ return myLegend->dockwindow();
}