1 /***************************************************************************
2 smserverconfigimpl.h - description
4 begin : Thu May 17 2001
5 copyright : (C) 2001 by stulle
7 ***************************************************************************/
9 /***************************************************************************
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
16 ***************************************************************************/
18 #ifndef SMSERVERCONFIGIMPL_H
19 #define SMSERVERCONFIGIMPL_H
22 #include "ui_smserverconfigdlg.h"
28 class SMServerConfigDlg
: public QWidget
, public Ui::SMServerConfigDlg
31 SMServerConfigDlg( QWidget
*parent
) : QWidget( parent
) {
37 class SMServerConfigImpl
: public SMServerConfigDlg
{
40 SMServerConfigImpl(QWidget
*parent
=0);
41 ~SMServerConfigImpl();
42 public Q_SLOTS
: // Public slots
43 /** No descriptions */
46 /** No descriptions */