summaryrefslogtreecommitdiffstats
path: root/krdc/rdp/rdphostpref.h
diff options
context:
space:
mode:
Diffstat (limited to 'krdc/rdp/rdphostpref.h')
-rw-r--r--krdc/rdp/rdphostpref.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/krdc/rdp/rdphostpref.h b/krdc/rdp/rdphostpref.h
index af8fa8ae..26c77af2 100644
--- a/krdc/rdp/rdphostpref.h
+++ b/krdc/rdp/rdphostpref.h
@@ -95,7 +95,7 @@ class RdpHostPref : public HostPref
int m_colorDepth;
TQString m_layout;
bool m_askOnConnect;
- bool m_useKWallet;
+ bool m_useTDEWallet;
virtual void load();
virtual void setDefaults();
@@ -120,8 +120,8 @@ class RdpHostPref : public HostPref
TQString layout() const;
void setAskOnConnect(bool ask);
bool askOnConnect() const;
- bool useKWallet() const;
- void setUseKWallet(bool);
+ bool useTDEWallet() const;
+ void setUseTDEWallet(bool);
};
#endif