|
|
@ -19,7 +19,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
// TQt includes
|
|
|
|
// TQt includes
|
|
|
|
#include <tqsplitter.h>
|
|
|
|
#include <tqsplitter.h>
|
|
|
|
#include <tqdoctwindow.h>
|
|
|
|
#include <tqdockwindow.h>
|
|
|
|
#include <tqdockarea.h>
|
|
|
|
#include <tqdockarea.h>
|
|
|
|
#include <tqevent.h>
|
|
|
|
#include <tqevent.h>
|
|
|
|
#include <tqcursor.h>
|
|
|
|
#include <tqcursor.h>
|
|
|
@ -136,7 +136,7 @@ class KKbdAccessExtensionsPrivate
|
|
|
|
// Action that starts access keys.
|
|
|
|
// Action that starts access keys.
|
|
|
|
KAction* accessKeysAction;
|
|
|
|
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;
|
|
|
|
TQWidget* panel;
|
|
|
|
|
|
|
|
|
|
|
|
// Index of current handle of the panel. When panel is a TQDockWindow:
|
|
|
|
// Index of current handle of the panel. When panel is a TQDockWindow:
|
|
|
|