summaryrefslogtreecommitdiffstats
path: root/src/common/common/synchronous.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/common/synchronous.cpp')
-rw-r--r--src/common/common/synchronous.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/common/synchronous.cpp b/src/common/common/synchronous.cpp
index 05c535e..dbf782f 100644
--- a/src/common/common/synchronous.cpp
+++ b/src/common/common/synchronous.cpp
@@ -26,7 +26,7 @@ bool Synchronous::enterLoop()
TQWidget *dummy = 0;
if ( tqApp->type()!=TQApplication::Tty ) {
dummy = new TQWidget(0, 0, WType_Dialog | WShowModal);
- dummy->setFocusPolicy(TQ_NoFocus);
+ dummy->setFocusPolicy(TQWidget::NoFocus);
tqt_enter_modal(dummy);
}
TQApplication::eventLoop()->enterLoop();