diff options
author | Michele Calgaro <[email protected]> | 2023-09-02 15:54:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-02 15:54:50 +0900 |
commit | 5e58c04b1456ff687d05184e031ee0b6aa66cefb (patch) | |
tree | de9331fca1545bb486fdc447dfeac846aa378b74 /kommander/widget/myprocess.cpp | |
parent | 67da3e67a76b9c5a2dc908e9a22e1be055a1957c (diff) | |
download | tdewebdev-5e58c04b1456ff687d05184e031ee0b6aa66cefb.tar.gz tdewebdev-5e58c04b1456ff687d05184e031ee0b6aa66cefb.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kommander/widget/myprocess.cpp')
-rw-r--r-- | kommander/widget/myprocess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/widget/myprocess.cpp b/kommander/widget/myprocess.cpp index 45e64790..5b56ec8d 100644 --- a/kommander/widget/myprocess.cpp +++ b/kommander/widget/myprocess.cpp @@ -102,7 +102,7 @@ TQString MyProcess::run(const TQString& a_command, const TQString& a_shell) else { TQWidget dummy(0, 0, WType_Dialog | WShowModal); - dummy.setFocusPolicy(TQ_NoFocus); + dummy.setFocusPolicy(TQWidget::NoFocus); m_loopStarted = true; tqt_enter_modal(&dummy); tqApp->enter_loop(); |