/***************************************************************************
KFlightLogdoc.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 KFlightLogDOC_H
#define KFlightLogDOC_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <qobject.h>
/**
* This class provides base functionality for KFlightLog-documents.
* @author Heiner Lamprecht
*/
class KFLogDoc : public QObject
{
Q_OBJECT
public:
/** Constructor for the fileclass of the application */
KFLogDoc(QObject*, const char *filename=0L);
/** Destructor for the fileclass of the application */
~KFLogDoc();
private:
};
#endif // KFlightLogDOC_H
Documentation generated by heiner@Tharbad on Mon Jul 5 21:28:49 CEST 1999