-rw-r--r-- | noncore/games/qasteroids/toplevel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/games/qasteroids/toplevel.cpp b/noncore/games/qasteroids/toplevel.cpp index 090099f..71daf60 100644 --- a/noncore/games/qasteroids/toplevel.cpp +++ b/noncore/games/qasteroids/toplevel.cpp @@ -84,8 +84,8 @@ const char *soundDefaults[] = }; -KAstTopLevel::KAstTopLevel( QWidget *parent, const char *name ) - : QMainWindow( parent, name ) +KAstTopLevel::KAstTopLevel( QWidget *parent, const char *_name ) + : QMainWindow( parent, _name ) { setCaption( tr("Asteroids") ); QWidget *border = new QWidget( this ); |