Source: whatsup/StatusPage.h
|
|
|
|
/***************************************************************************
StatusPage.h - description
-------------------
begin : Son Jun 2 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 _StatusPage_h_
#define _StatusPage_h_
#include
class StatusPage : public QWidget
{
Q_OBJECT
public:
StatusPage(QWidget* parent = 0, const char* name = 0);
};
#endif
| Generated by: andreas on linux on Sat Jun 15 19:28:49 2002, using kdoc 2.0a53. |