/***************************************************************************
kblade.h - description
-------------------
begin : mer avr 14 20:46:47 CEST 1999
copyright : (C) 1999 by ROLLY Arnaud
email : rolly@technologist.com
***************************************************************************/
/***************************************************************************
* *
* 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 KBLADE_H
#define KBLADE_H
#include <kapp.h>
#include <qwidget.h>
class KBlade : public QWidget {
Q_OBJECT
public:
/** construtor */
KBlade(QWidget*parent=0,const char* name=0);
/** destructor */
~KBlade();
};
#endif
Documentation generated by afe@localhost.localdomain on mer avr 14 20:46:47 CEST 1999