summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble/krfboptions.h
Unidiff
Diffstat (limited to 'noncore/comm/keypebble/krfboptions.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/comm/keypebble/krfboptions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/comm/keypebble/krfboptions.h b/noncore/comm/keypebble/krfboptions.h
index 41cea35..fd2b65c 100644
--- a/noncore/comm/keypebble/krfboptions.h
+++ b/noncore/comm/keypebble/krfboptions.h
@@ -3,26 +3,26 @@
3#ifndef KRFBOPTIONS_H 3#ifndef KRFBOPTIONS_H
4#define KRFBOPTIONS_H 4#define KRFBOPTIONS_H
5 5
6class Config; 6class Config;
7 7
8class KRFBOptions 8class KRFBOptions
9{ 9{
10public: 10public:
11 KRFBOptions(); 11 KRFBOptions();
12 ~KRFBOptions(); 12 ~KRFBOptions();
13 13
14 int encodings(); 14 int encodings();
15 void readSettings( Config *config ); 15 void readSettings();
16 void writeSettings( Config *config ); 16 void writeSettings();
17 17
18 bool hexTile; 18 bool hexTile;
19 bool corre; 19 bool corre;
20 bool rre; 20 bool rre;
21 bool copyrect; 21 bool copyrect;
22 22
23 bool colors256; 23 bool colors256;
24 bool shared; 24 bool shared;
25 bool readOnly; 25 bool readOnly;
26 bool deIconify; 26 bool deIconify;
27 27
28 int updateRate; 28 int updateRate;