summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble/kvncconndlg.h
Unidiff
Diffstat (limited to 'noncore/comm/keypebble/kvncconndlg.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/comm/keypebble/kvncconndlg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/comm/keypebble/kvncconndlg.h b/noncore/comm/keypebble/kvncconndlg.h
index fae7d62..5e84750 100644
--- a/noncore/comm/keypebble/kvncconndlg.h
+++ b/noncore/comm/keypebble/kvncconndlg.h
@@ -17,12 +17,13 @@ class KVNCConnDlg : public KVNCConnDlgBase
17 ~KVNCConnDlg(); 17 ~KVNCConnDlg();
18 18
19 protected: 19 protected:
20 void accept(); 20 void accept();
21 private slots: 21 private slots:
22 void save(); 22 void save();
23 void showPassword(int);
23 24
24 private: 25 private:
25 KRFBServer tmpOptions; 26 KRFBServer tmpOptions;
26 KRFBServer * options; 27 KRFBServer * options;
27}; 28};
28 29