/***************************************************************************
krootwarning.h - description
-------------------
begin : mar jui 10 13:42:19 CEST 2001
copyright : (C) 2001 by Laurent MONTEL
email : lmontel@mandrakesoft.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 KROOTWARNING_H
#define KROOTWARNING_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <kapp.h>
#include <qwidget.h>
/** Krootwarning is the base class of the porject */
class Krootwarning : public QWidget
{
Q_OBJECT
public:
/** construtor */
Krootwarning(QWidget* parent=0, const char *name=0);
/** destructor */
~Krootwarning();
};
#endif
| Generated by: root@kspread.mandrakesoft.com on Tue Jul 10 13:43:25 2001, using kdoc 2.0a53. |