summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--x11/libqpe-x11/qt/qwindowsystem_qws.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/libqpe-x11/qt/qwindowsystem_qws.h b/x11/libqpe-x11/qt/qwindowsystem_qws.h
index 2652f5f..88902c8 100644
--- a/x11/libqpe-x11/qt/qwindowsystem_qws.h
+++ b/x11/libqpe-x11/qt/qwindowsystem_qws.h
@@ -1,27 +1,29 @@
1#ifndef OPIE_QWINDOWSYSTEM_H 1#ifndef OPIE_QWINDOWSYSTEM_H
2#define OPIE_QWINDOWSYSTEM_H 2#define OPIE_QWINDOWSYSTEM_H
3 3
4#include <qimage.h>
5
4class QWSScreenSaver; 6class QWSScreenSaver;
5class QWSServer { 7class QWSServer {
6public: 8public:
7QWSServer(){} 9QWSServer(){}
8~QWSServer(){} 10~QWSServer(){}
9 static void sendKeyEvent(int, int, int, bool, bool ) { } 11 static void sendKeyEvent(int, int, int, bool, bool ) { }
10 struct KeyboardFilter { 12 struct KeyboardFilter {
11 }; 13 };
12 static void setKeyboardFilter( KeyboardFilter* ) { 14 static void setKeyboardFilter( KeyboardFilter* ) {
13 15
14 } 16 }
15 static void setScreenSaver( QWSScreenSaver* ) { 17 static void setScreenSaver( QWSScreenSaver* ) {
16 18
17 } 19 }
18 static void setScreenSaverInterval( int ) { 20 static void setScreenSaverInterval( int ) {
19 21
20 } 22 }
21 static void setScreenSaverIntervals( int[] ) { 23 static void setScreenSaverIntervals( int[] ) {
22 24
23 } 25 }
24 static void screenSaverActivate( bool ) { 26 static void screenSaverActivate( bool ) {
25 27
26 } 28 }
27 static void setDesktopBackground( const QImage& ) { 29 static void setDesktopBackground( const QImage& ) {