/***************************************************************************
                          FILENAME  -  description                              
                             -------------------                                         
    begin                : DATE                                           
    copyright            : (C) YEAR by AUTHOR                         
    email                : 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 SERVERPROPDLG_H
#define SERVERPROPDLG_H


/**
  *@author Roberto Alsina
  */
#include <qobject.h>

class QLineEdit;
class KRestrictedLine;
class QCheckBox;

class ServerPropDlg
:public QObject
{
    Q_OBJECT
public:
    ServerPropDlg(const char *profile);
    ~ServerPropDlg();
    QLineEdit *profname;
    QLineEdit *servname;
    KRestrictedLine *portnumber;
    QCheckBox *auth;
    QLineEdit *username;
    QLineEdit *password;
public slots:
    void authChanged();
};

#endif






Documentation generated by ralsina@thurman.localnet on Tue Jun 22 16:27:40 /etc/localtime 1999