/***************************************************************************
kvirusview.h - description
-------------------
begin : Sat Jun 12 00:50:22 PDT 1999
copyright : (C) 1999 by Sung Soo Kang
email : sskang@po-box.mcgill.ca
***************************************************************************/
/***************************************************************************
* *
* 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 KVIRUSVIEW_H
#define KVIRUSVIEW_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <kapp.h>
#include <qwidget.h>
#include "kvirusdoc.h"
/**
* This class provides an incomplete base for your application view.
*/
class KvirusView : public QWidget
{
Q_OBJECT
public:
/** Constructor for the main view */
KvirusView(KApplication* a=0,KvirusDoc* doc=0,QWidget *parent = 0);
/** Destructor for the main view */
~KvirusView();
private:
};
#endif // KVIRUSVIEW_H
Documentation generated by sskang@yeesoo on Sat Jun 12 00:50:24 PDT 1999