repo.or.cz
/
personal-kdebase.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
not quite so much needs to be delayed to the init() function
[personal-kdebase.git]
/
workspace
/
kcontrol
/
screensaver
/
testwin.cpp
blob
e3e0bbc4ae6ccbfd91b2c4273d6309a92bad2b42
1
#include
"testwin.h"
2
3
TestWin
::
TestWin
()
4
:
KSWidget
(
0
,
Qt
::
X11BypassWindowManagerHint
)
5
{
6
setFocusPolicy
(
Qt
::
StrongFocus
);
7
}
8
9
#include
"testwin.moc"