You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdenetwork/ksirc/KSOpenkSirc/open_ksirc.h

55 lines
1.1 KiB

/**********************************************************************
--- TQt Architect generated file ---
File: open_ksirc.h
Last generated: Wed Jul 29 16:41:26 1998
*********************************************************************/
#ifndef open_ksirc_included
#define open_ksirc_included
#include "open_ksircData.h"
#include <tqdict.h>
class KSircServer;
class open_ksirc : public open_ksircData
{
TQ_OBJECT
public:
open_ksirc
(
TQWidget* parent = NULL,
const char* name = NULL
);
virtual ~open_ksirc();
protected slots:
void setGroup( const TQString& );
void setServer( const TQString& );
void clickConnect();
void clickCancel();
void clickEdit();
void passwordChanged( const TQString& );
private:
void insertGroupList();
void insertServerList( const char * );
void setServerDesc( TQString );
TQString encryptPassword( const TQString & );
TQString decryptPassword( const TQString & );
signals:
// void open_ksircprocess( const char *, int, const char * );
void open_ksircprocess( KSircServer & );
};
#endif // open_ksirc_included