/***************************************************************************
                          |FILENAME|  -  
                             -------------------
    begin                : |DATE|
    copyright            : (C) |YEAR| by Klaas Freitag
    email                : freitag@kde.org 
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   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 |HEADER_DEF|
#define |HEADER_DEF|



#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

// include files for Qt

// include files for KDE
#include <klocale.h>
#include <kdebug.h>

class |CLASSNAME| : public _what_
{
    Q_OBJECT

public:
    |CLASSNAME|();
    ~|CLASSNAME|();		

private:

}

#endif

/* END */

