/***************************************************************************
                          ksms_client.h  -  description
                             -------------------
    begin                : Sat Oct  9 09:56:30 CEST 1999
    copyright            : (C) 1999 by Andreas Bleischwitz & Joerg Zopes
    email                : Zab@Pironet.de & JoergZopes@t-online.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 KSMS_CLIENT_H
#define KSMS_CLIENT_H

#include <kapp.h>
#include <qwidget.h>

class Ksms_client : public QWidget
{
  Q_OBJECT 
  public:
    /** construtor */
    Ksms_client(QWidget* parent=0, const char *name=0);
    /** destructor */
    ~Ksms_client();
};

#endif

Documentation generated by root@Ford on Sat Oct 9 09:56:31 CEST 1999