diff options
Diffstat (limited to 'tdemdi/tdemdichildfrm.h')
-rw-r--r-- | tdemdi/tdemdichildfrm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdemdi/tdemdichildfrm.h b/tdemdi/tdemdichildfrm.h index 6b9a2a648..8bdac6e40 100644 --- a/tdemdi/tdemdichildfrm.h +++ b/tdemdi/tdemdichildfrm.h @@ -422,13 +422,13 @@ protected: * Restore the focus policies for _all_ widgets in the view using the list given as parameter. * Install the event filter for all direct child widgets of this. (See KMdiChildFrm::eventFilter) */ - void linkChildren( TQDict<TQ_FocusPolicy>* pFocPolDict ); + void linkChildren( TQDict<TQWidget::FocusPolicy>* pFocPolDict ); /** * Backups all focus policies of _all_ child widgets in the MDI childview since they get lost during a reparent. * Remove all event filters for all direct child widgets of this. (See KMdiChildFrm::eventFilter) */ - TQDict<TQ_FocusPolicy>* unlinkChildren(); + TQDict<TQWidget::FocusPolicy>* unlinkChildren(); /** * Calculates the corner id for the resize cursor. The return value can be tested for: |