diff -r 3b8d723661b2 -r f404233b6d9b QTfrontend/gamecfgwidget.h --- a/QTfrontend/gamecfgwidget.h Fri Dec 05 16:49:04 2008 +0000 +++ b/QTfrontend/gamecfgwidget.h Fri Dec 05 16:55:20 2008 +0000 @@ -66,7 +66,10 @@ void fortsModeChanged(bool value); void teamsDivideChanged(bool value); void solidChanged(bool value); - void newWeaponsName(const QString& weapon); + void newWeaponScheme(const QString & name, const QString & ammo); + +private slots: + void ammoChanged(int index); private: QCheckBox * CB_mode_Forts;