diff options
author | Timothy Pearson <[email protected]> | 2011-11-07 20:18:15 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-07 20:18:15 -0600 |
commit | 2b1df858bf24b199a5d3e4fc537df3e9701f8daa (patch) | |
tree | 063aef4f1197824f5709be83760d37048d1c6a33 /lib/kofficecore | |
parent | 5f9c25a4e4c431d488a9951290cc25ae5825432f (diff) | |
download | koffice-2b1df858bf24b199a5d3e4fc537df3e9701f8daa.tar.gz koffice-2b1df858bf24b199a5d3e4fc537df3e9701f8daa.zip |
Rename kwin to twin (part 1 of 2)
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 9535c14a..67f4c49b 100644 --- a/lib/kofficecore/kkbdaccessextensions.cpp +++ b/lib/kofficecore/kkbdaccessextensions.cpp @@ -19,7 +19,7 @@ // TQt includes #include <tqsplitter.h> -#include <tqdockwindow.h> +#include <tqdoctwindow.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 dockwindow currently being sized. If 0, sizing is not in progress. + // The splitter or doctwindow currently being sized. If 0, sizing is not in progress. TQWidget* panel; // Index of current handle of the panel. When panel is a TQDockWindow: |