summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble/krfbserver.cpp
Unidiff
Diffstat (limited to 'noncore/comm/keypebble/krfbserver.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/comm/keypebble/krfbserver.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/comm/keypebble/krfbserver.cpp b/noncore/comm/keypebble/krfbserver.cpp
index 5775f09..b47534e 100644
--- a/noncore/comm/keypebble/krfbserver.cpp
+++ b/noncore/comm/keypebble/krfbserver.cpp
@@ -1,23 +1,25 @@
1#include <qpe/config.h> 1#include <qpe/config.h>
2#include <qpe/qpeapplication.h> 2#include <qpe/qpeapplication.h>
3#include "krfbserver.h" 3#include "krfbserver.h"
4 4
5KRFBServer::KRFBServer() 5KRFBServer::KRFBServer()
6{ 6{
7 QString name; 7 QString name;
8 QString hostname; 8 QString hostname;
9 QString password; 9 QString password;
10 display=0; 10 display=0;
11 11
12 scaleFactor=1;
13
12 hexTile=0; 14 hexTile=0;
13 corre=0; 15 corre=0;
14 rre=0; 16 rre=0;
15 copyrect=1; 17 copyrect=1;
16 18
17 colors256=1; 19 colors256=1;
18 shared=0; 20 shared=0;
19 readOnly=0; 21 readOnly=0;
20 deIconify=0; 22 deIconify=0;
21 23
22 updateRate=0; 24 updateRate=0;
23} 25}