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 /lib/kofficecore | |
parent | 2b1df858bf24b199a5d3e4fc537df3e9701f8daa (diff) | |
download | koffice-de123eb5e3e3b2561b5836332456b4320ee3daf3.tar.gz koffice-de123eb5e3e3b2561b5836332456b4320ee3daf3.zip |
Fix accidental conversion of dockwin
Diffstat (limited to 'lib/kofficecore')
-rw-r--r-- | lib/kofficecore/kkbdaccessextensions.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/kkbdaccessextensions.cpp b/lib/kofficecore/kkbdaccessextensions.cpp index 67f4c49b..9535c14a 100644 --- a/lib/kofficecore/kkbdaccessextensions.cpp +++ b/lib/kofficecore/kkbdaccessextensions.cpp @@ -19,7 +19,7 @@ // TQt includes #include <tqsplitter.h> -#include <tqdoctwindow.h> +#include <tqdockwindow.h> #include <tqdockarea.h> #include <tqevent.h> #include <tqcursor.h> @@ -136,7 +136,7 @@ class KKbdAccessExtensionsPrivate // Action that starts access keys. KAction* accessKeysAction; - // The splitter or doctwindow currently being sized. If 0, sizing is not in progress. + // The splitter or dockwindow currently being sized. If 0, sizing is not in progress. TQWidget* panel; // Index of current handle of the panel. When panel is a TQDockWindow: |