diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:05:53 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:05:53 -0600 |
| commit | de123eb5e3e3b2561b5836332456b4320ee3daf3 (patch) | |
| tree | 231b2c8fd8bf4a93ad120de89704d0c774f058f7 /kdgantt/KDGanttView.cpp | |
| parent | 2b1df858bf24b199a5d3e4fc537df3e9701f8daa (diff) | |
| download | koffice-de123eb5e3e3b2561b5836332456b4320ee3daf3.tar.gz koffice-de123eb5e3e3b2561b5836332456b4320ee3daf3.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 f0c59184d..f14ac0272 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(); } |
