/***************************************************************************
                          info.h  -  description                              
                             -------------------                                         

    version              :                                   
    begin                : Thu Feb 11 1999                                           
    copyright            : (C) 1999 by Didier Gaudin                         
    email                : gaudin@club-internet?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 INFO_H
#define INFO_H

#include <qwidget.h>

/**
  *@author Didier Gaudin
  */

class Info : public QWidget  {
 Q_OBJECT
public:
	Info(QWidget *parent=NULL, const char *name=NULL);
	~Info();
};

#endif



Documentation generated by root@vmdiduz on sam fév 13 15:30:42 CET 1999