blob: 78e0c285efed0e0658787cc66ec7fdcdd35b60cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
/**********************************************************************
--- 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
{
Q_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
|