summaryrefslogtreecommitdiff
path: root/noncore/games/qasteroids/toplevel.cpp
Unidiff
Diffstat (limited to 'noncore/games/qasteroids/toplevel.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/qasteroids/toplevel.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/noncore/games/qasteroids/toplevel.cpp b/noncore/games/qasteroids/toplevel.cpp
index 71daf60..c4fea89 100644
--- a/noncore/games/qasteroids/toplevel.cpp
+++ b/noncore/games/qasteroids/toplevel.cpp
@@ -86,6 +86,9 @@ const char *soundDefaults[] =
86 86
87KAstTopLevel::KAstTopLevel( QWidget *parent, const char *_name ) 87KAstTopLevel::KAstTopLevel( QWidget *parent, const char *_name, WFlags fl )
88 : QMainWindow( parent, _name ) 88 : QMainWindow( parent, _name, fl )
89{ 89{
90 setCaption( tr("Asteroids") ); 90 setCaption( tr("Asteroids") );
91
92 QPEApplication::grabKeyboard();
93
91 QWidget *border = new QWidget( this ); 94 QWidget *border = new QWidget( this );