diff options
author | Timothy Pearson <[email protected]> | 2011-11-08 00:05:53 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-08 00:05:53 -0600 |
commit | de123eb5e3e3b2561b5836332456b4320ee3daf3 (patch) | |
tree | 231b2c8fd8bf4a93ad120de89704d0c774f058f7 /lib/kopalette/kopalettemanager.h | |
parent | 2b1df858bf24b199a5d3e4fc537df3e9701f8daa (diff) | |
download | koffice-de123eb5e3e3b2561b5836332456b4320ee3daf3.tar.gz koffice-de123eb5e3e3b2561b5836332456b4320ee3daf3.zip |
Fix accidental conversion of dockwin
Diffstat (limited to 'lib/kopalette/kopalettemanager.h')
-rw-r--r-- | lib/kopalette/kopalettemanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kopalette/kopalettemanager.h b/lib/kopalette/kopalettemanager.h index fe2d6ec1..be9e7126 100644 --- a/lib/kopalette/kopalettemanager.h +++ b/lib/kopalette/kopalettemanager.h @@ -19,7 +19,7 @@ #define _KO_PALETTE_MANAGER_ #include <tqobject.h> -#include <tqdoctwindow.h> +#include <tqdockwindow.h> #include <tqstring.h> #include <tqmap.h> #include <tqdict.h> @@ -61,7 +61,7 @@ namespace { } /** - * Manages the set of doctwindow palettes and their widgets. + * Manages the set of dockwindow palettes and their widgets. * * You create one palette manager per view; then you can add widgets * to your hearts content. Widgets are grouped into dock windows by |