Source: whatsup/ModuleList.h
|
|
|
|
/***************************************************************************
ModuleList.h - description
-------------------
begin : Don Jun 6 2002
copyright : (C) 2002 by
email :
***************************************************************************/
/***************************************************************************
* *
* 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 _ModuleList_h_
#define _ModuleList_h_
#include
#include "ModuleInfo.h"
#include
class ModuleList : public QList
{
public:
ModuleList();
void update();
private:
FILE* stat;
};
#endif
| Generated by: andreas on linux on Sat Jun 15 19:28:49 2002, using kdoc 2.0a53. |