summaryrefslogtreecommitdiffstats
path: root/lib/qextfileinfo.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:54:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:54:50 +0900
commit5e58c04b1456ff687d05184e031ee0b6aa66cefb (patch)
treede9331fca1545bb486fdc447dfeac846aa378b74 /lib/qextfileinfo.cpp
parent67da3e67a76b9c5a2dc908e9a22e1be055a1957c (diff)
downloadtdewebdev-5e58c04b1456ff687d05184e031ee0b6aa66cefb.tar.gz
tdewebdev-5e58c04b1456ff687d05184e031ee0b6aa66cefb.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/qextfileinfo.cpp')
-rw-r--r--lib/qextfileinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/qextfileinfo.cpp b/lib/qextfileinfo.cpp
index 094e1f77..c4d65d83 100644
--- a/lib/qextfileinfo.cpp
+++ b/lib/qextfileinfo.cpp
@@ -440,7 +440,7 @@ void tqt_leave_modal( TQWidget *widget );
void QExtFileInfo::enter_loop()
{
TQWidget dummy(0,0,WType_Dialog | WShowModal);
- dummy.setFocusPolicy( TQ_NoFocus );
+ dummy.setFocusPolicy( TQWidget::NoFocus );
tqt_enter_modal(&dummy);
//kdDebug(24000)<<"QExtFileInfo::enter_loop:before tqApp->enter_loop()"<< endl;
tqApp->enter_loop();