/***************************************************************************
kjabber.h - description
-------------------
begin : Fri Oct 1 22:39:20 CDT 1999
copyright : (C) 1999 by Seth Hartbecke
email : gandalf@netins.net
***************************************************************************/
/***************************************************************************
* *
* 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 KJABBER_H
#define KJABBER_H
#include <kapp.h>
#include <qwidget.h>
class KJabber : public QWidget {
Q_OBJECT
public:
/** construtor */
KJabber(QWidget*parent=0,const char* name=0);
/** destructor */
~KJabber();
};
#endif
Documentation generated by seth@server.home on Fri Oct 1 22:39:22 CDT 1999