|
|
@ -24,8 +24,8 @@ const TQString VncHostPref::VncType = "VNC";
|
|
|
|
VncHostPref::VncHostPref(TDEConfig *conf, const TQString &host, const TQString &type) :
|
|
|
|
VncHostPref::VncHostPref(TDEConfig *conf, const TQString &host, const TQString &type) :
|
|
|
|
HostPref(conf, host, type),
|
|
|
|
HostPref(conf, host, type),
|
|
|
|
m_quality(0),
|
|
|
|
m_quality(0),
|
|
|
|
m_useTDEWallet(true),
|
|
|
|
m_askOnConnect(true),
|
|
|
|
m_askOnConnect(true) {
|
|
|
|
m_useTDEWallet(true) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
VncHostPref::~VncHostPref() {
|
|
|
|
VncHostPref::~VncHostPref() {
|
|
|
|