summaryrefslogtreecommitdiffstats
path: root/kcontrol/screensaver/testwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/screensaver/testwin.cpp')
-rw-r--r--kcontrol/screensaver/testwin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/screensaver/testwin.cpp b/kcontrol/screensaver/testwin.cpp
index a5d316be5..3676c0db7 100644
--- a/kcontrol/screensaver/testwin.cpp
+++ b/kcontrol/screensaver/testwin.cpp
@@ -6,7 +6,7 @@ class QXEmbed;
TestWin::TestWin()
: KSWidget(0, 0, WStyle_Customize | WStyle_NoBorder | WX11BypassWM )
{
- setFocusPolicy(StrongFocus);
+ setFocusPolicy(TQ_StrongFocus);
KWin::setState( winId(), NET::StaysOnTop );
}