/***************************************************************************
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 NEWSERVERDLG_H
#define NEWSERVERDLG_H
/**
*@author Roberto Alsina
*/
#include <qobject.h>
class QLineEdit;
class KRestrictedLine;
class QCheckBox;
class NewServerDlg :public QObject
{
Q_OBJECT
public:
NewServerDlg();
~NewServerDlg();
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