/***************************************************************************
kuninstallerdoc.h - description
-------------------
begin : Wed Mar 10 08:47:08 MET 1999
copyright : (C) 1999 by Geri House
email : ge_ha@yahoo.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 KUNINSTALLERDOC_H
#define KUNINSTALLERDOC_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <qobject.h>
/**
* This class provides base functionality for your application document
*/
class KUninstallerDoc : public QObject
{
Q_OBJECT
public:
/** Constructor for the fileclass of the application */
KUninstallerDoc(QObject*, const char *filename=0L);
/** Destructor for the fileclass of the application */
~KUninstallerDoc();
private:
};
#endif // KUNINSTALLERDOC_H
Documentation generated by haeusler@stiegl on Fri Apr 16 09:31:32 MET DST 1999