summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble/krfbcanvas.h
Side-by-side diff
Diffstat (limited to 'noncore/comm/keypebble/krfbcanvas.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/comm/keypebble/krfbcanvas.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/comm/keypebble/krfbcanvas.h b/noncore/comm/keypebble/krfbcanvas.h
index 7864f1c..cd3047c 100644
--- a/noncore/comm/keypebble/krfbcanvas.h
+++ b/noncore/comm/keypebble/krfbcanvas.h
@@ -9,2 +9,3 @@
class KRFBConnection;
+class KRFBServer;
@@ -25,6 +26,6 @@ public:
public slots:
- void openConnection();
+
+ void openConnection (KRFBServer);
void openURL( const QUrl & );
void closeConnection();
- void passwordRequired( KRFBConnection * );
@@ -32,2 +33,3 @@ public slots:
void bell();
+ void sendCtlAltDel(void);