From c959b0c2170d2c12f93f5fa04ff02ca4c7c0ef4a Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 30 Apr 2002 14:49:30 +0000 Subject: - resolved clash between const char *name and struct utsname name --- (limited to 'noncore/games') 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 ); -- cgit v0.9.0.2