/***************************************************************************
                          modeline.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 MODELINE_H
#define MODELINE_H

#include <qwidget.h>

/**
  *@author Didier Gaudin
  */

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

#endif





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