Source: ksirk/kdialogsetupjoueur.h
|
|
|
|
/***************************************************************************
kdialogsetupjoueur.h - description
-------------------
begin : Thu Jul 19 2001
copyright : (C) 2001 by Gaël de Chalendar
email : Gael.de.Chalendar@libertysurf.fr
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef KDIALOGSETUPJOUEUR_H
#define KDIALOGSETUPJOUEUR_H
#include
#include "qdialogsetupjoueur.h"
/**
*@author Gaël de Chalendar
*/
class KDialogSetupJoueur : public QDialogSetupJoueur
{
Q_OBJECT
public:
KDialogSetupJoueur(int &numeroJoueur, QString &nomJoueur, QWidget *parent=0, const char *name=0);
~KDialogSetupJoueur();
private:
QString &nom;
int& numero ;
public slots:
virtual void slotOK();
};
#endif
Generated by: gael on noirdes.limsi.fr on Mon May 20 00:28:49 2002, using kdoc 2.0a53. |