/***************************************************************************
kpacman.h - description
-------------------
begin : Sam Jan 19 13:37:57 CET 2002
copyright : (C) 1998-2003 by Jörg Thönnissen
email : joe@dsite.de
***************************************************************************/
/***************************************************************************
* *
* 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 KPACMAN_H
#define KPACMAN_H
#ifdef HAVE_CONFIG_H
#include
#endif
#include
#include
/** Kpacman is the base class of the project */
class Kpacman : public QWidget
{
Q_OBJECT
public:
/** construtor */
Kpacman(QWidget* parent=0, const char *name=0);
/** destructor */
~Kpacman();
};
#endif
| Generated by: jth on tim on Sat Jan 19 13:38:55 2002, using kdoc 2.0a53. |