/***************************************************************************
catch_me.h - description
-------------------
begin : Sat Aug 7 03:35:33 CEST 1999
copyright : (C) 1999 by Twan Schonewille
email : t.schonewille@wxs.nl
***************************************************************************/
/***************************************************************************
* *
* 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 CATCH_ME_H
#define CATCH_ME_H
#include <kapp.h>
#include <qwidget.h>
class catch_me : public QWidget {
Q_OBJECT
public:
/** construtor */
catch_me(QWidget*parent=0,const char* name=0);
/** destructor */
~catch_me();
};
#endif
Documentation generated by antoine@googleplex on Sat Aug 7 03:35:35 CEST 1999