diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-02 15:54:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-04 10:33:23 +0900 |
commit | 50677e02378b77c63973d28aa084ffaa9c3f15b7 (patch) | |
tree | 299e991e69a32ba44e98aea58d8f5065e7a8fdd8 /lib/compatibility/tdemdi/qextmdi/tdemdichildfrm.h | |
parent | 3b410182b49882faad3ae9bfbf2b76c32fc5b995 (diff) | |
download | tdewebdev-50677e02378b77c63973d28aa084ffaa9c3f15b7.tar.gz tdewebdev-50677e02378b77c63973d28aa084ffaa9c3f15b7.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5e58c04b1456ff687d05184e031ee0b6aa66cefb)
Diffstat (limited to 'lib/compatibility/tdemdi/qextmdi/tdemdichildfrm.h')
-rw-r--r-- | lib/compatibility/tdemdi/qextmdi/tdemdichildfrm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compatibility/tdemdi/qextmdi/tdemdichildfrm.h b/lib/compatibility/tdemdi/qextmdi/tdemdichildfrm.h index c1b2f0c9..c9a7faa6 100644 --- a/lib/compatibility/tdemdi/qextmdi/tdemdichildfrm.h +++ b/lib/compatibility/tdemdi/qextmdi/tdemdichildfrm.h @@ -424,13 +424,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: |