summaryrefslogtreecommitdiffstats
path: root/krdc
diff options
context:
space:
mode:
Diffstat (limited to 'krdc')
-rw-r--r--krdc/vnc/vnchostpref.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krdc/vnc/vnchostpref.cpp b/krdc/vnc/vnchostpref.cpp
index 1b27dd4e..3fedb308 100644
--- a/krdc/vnc/vnchostpref.cpp
+++ b/krdc/vnc/vnchostpref.cpp
@@ -24,8 +24,8 @@ const TQString VncHostPref::VncType = "VNC";
VncHostPref::VncHostPref(TDEConfig *conf, const TQString &host, const TQString &type) :
HostPref(conf, host, type),
m_quality(0),
- m_useTDEWallet(true),
- m_askOnConnect(true) {
+ m_askOnConnect(true),
+ m_useTDEWallet(true) {
}
VncHostPref::~VncHostPref() {