not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / kcontrol / screensaver / testwin.cpp
blobe3e0bbc4ae6ccbfd91b2c4273d6309a92bad2b42
1 #include "testwin.h"
3 TestWin::TestWin()
4 : KSWidget(0, Qt::X11BypassWindowManagerHint)
6 setFocusPolicy(Qt::StrongFocus);
9 #include "testwin.moc"