summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble
authortreke <treke>2002-09-04 18:14:36 (UTC)
committer treke <treke>2002-09-04 18:14:36 (UTC)
commit6eb0871f82d0ea9948d698e1978f86fe87a6a762 (patch) (side-by-side diff)
tree7572eb9988fd85cad4b750a4e5b69141860215be /noncore/comm/keypebble
parent1a7cb4d6e530e017824a49854de8b3f0255a4ca8 (diff)
downloadopie-6eb0871f82d0ea9948d698e1978f86fe87a6a762.zip
opie-6eb0871f82d0ea9948d698e1978f86fe87a6a762.tar.gz
opie-6eb0871f82d0ea9948d698e1978f86fe87a6a762.tar.bz2
More forgotten files
Diffstat (limited to 'noncore/comm/keypebble') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/comm/keypebble/krfbserver.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/noncore/comm/keypebble/krfbserver.h b/noncore/comm/keypebble/krfbserver.h
new file mode 100644
index 0000000..f87eecc
--- a/dev/null
+++ b/noncore/comm/keypebble/krfbserver.h
@@ -0,0 +1,34 @@
+// -*- c++ -*-
+
+#ifndef KRFBOPTIONS_H
+#define KRFBOPTIONS_H
+
+class Config;
+
+class KRFBServer
+{
+public:
+ KRFBServer();
+ ~KRFBServer();
+
+ int encodings();
+
+ QString name;
+ QString hostname;
+ QString password;
+ int display;
+
+ bool hexTile;
+ bool corre;
+ bool rre;
+ bool copyrect;
+
+ bool colors256;
+ bool shared;
+ bool readOnly;
+ bool deIconify;
+
+ int updateRate;
+};
+
+#endif // KRFBOPTIONS_H