summaryrefslogtreecommitdiff
path: root/x11/libqpe-x11/qt/qwindowsystem_qws.h
Side-by-side diff
Diffstat (limited to 'x11/libqpe-x11/qt/qwindowsystem_qws.h') (more/less context) (ignore whitespace changes)
-rw-r--r--x11/libqpe-x11/qt/qwindowsystem_qws.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/libqpe-x11/qt/qwindowsystem_qws.h b/x11/libqpe-x11/qt/qwindowsystem_qws.h
new file mode 100644
index 0000000..7bc43c5
--- a/dev/null
+++ b/x11/libqpe-x11/qt/qwindowsystem_qws.h
@@ -0,0 +1,18 @@
+#ifndef OPIE_QWINDOWSYSTEM_H
+#define OPIE_QWINDOWSYSTEM_H
+
+class QWSServer {
+public:
+QWSServer(){}
+~QWSServer(){}
+ static void sendKeyEvent(int, int, int, bool, bool ) { }
+ struct KeyboardFilter {
+ };
+ static void setKeyboardFilter( KeyboardFilter* ) {
+
+ }
+
+};
+
+
+#endif