/***************************************************************************
                          kloggerdoc.h  -  description                              
                             -------------------                                         
    begin                : Sun Jun  6 11:42:22 CEST 1999
                                           
    copyright            : (C) 1999 by Heiner Lamprecht                         
    email                : heiner@kijumfo.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 KLOGGERDOC_H
#define KLOGGERDOC_H 

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

#include <qobject.h>
/**
  * This class provides base functionality for KLogger-documents.
  * @author Heiner Lamprecht
  */
class KLoggerDoc : public QObject
{
  Q_OBJECT

 public:
  /** Constructor for the fileclass of the application */
  KLoggerDoc(QObject*, const char *filename=0L);
  /** Destructor for the fileclass of the application */
  ~KLoggerDoc();

 private:


};

#endif // KLOGGERDOC_H





















Documentation generated by heiner@Tharbad on Fri Jun 25 22:35:51 CEST 1999