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/KDGanttViewSubwidgets.h | |
| parent | 2b1df858bf24b199a5d3e4fc537df3e9701f8daa (diff) | |
| download | koffice-de123eb5e3e3b2561b5836332456b4320ee3daf3.tar.gz koffice-de123eb5e3e3b2561b5836332456b4320ee3daf3.zip | |
Fix accidental conversion of dockwin
Diffstat (limited to 'kdgantt/KDGanttViewSubwidgets.h')
| -rw-r--r-- | kdgantt/KDGanttViewSubwidgets.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdgantt/KDGanttViewSubwidgets.h b/kdgantt/KDGanttViewSubwidgets.h index 4db6c9509..8b7bc2159 100644 --- a/kdgantt/KDGanttViewSubwidgets.h +++ b/kdgantt/KDGanttViewSubwidgets.h @@ -53,7 +53,7 @@ #include <tqlabel.h> #include <tqbrush.h> #include <tqvbox.h> -#include <tqdoctwindow.h> +#include <tqdockwindow.h> #include <tqtimer.h> #include "KDGanttView.h" @@ -335,9 +335,9 @@ public: void clearLegend(); void setFont( TQFont ); void drawToPainter( TQPainter *p ); - void setAsDoctwindow( bool doctwin ); + void setAsDoctwindow( bool dockwin ); bool asDoctwindow(); - TQDockWindow* doctwindow(); + TQDockWindow* dockwindow(); TQSize legendSize(); TQSize legendSizeHint(); private: |
