Source: ksirk/tableaupoints.h
|
|
|
|
/***************************************************************************
tableaupoints.h - description
-------------------
begin : Wed Jul 18 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 TABLEAUPOINTS
#define TABLEAUPOINTS
#include
#include
class TableauPoints : public QList
{
// Q_OBJECT
public:
TableauPoints();
~TableauPoints();
};
#endif // TABLEAUXPOINTS
Generated by: gael on noirdes.limsi.fr on Mon May 20 00:28:49 2002, using kdoc 2.0a53. |