summaryrefslogtreecommitdiff
path: root/x11/libqpe-x11
authorzecke <zecke>2002-11-07 17:23:48 (UTC)
committer zecke <zecke>2002-11-07 17:23:48 (UTC)
commit8baa44cf756fc3767829983941fc64c9547b8cc0 (patch) (unidiff)
tree0fed962b4259f98edacc105c689db87f750158b2 /x11/libqpe-x11
parent624ffbddc150e302f7b52792facd30b60d3e229d (diff)
downloadopie-8baa44cf756fc3767829983941fc64c9547b8cc0.zip
opie-8baa44cf756fc3767829983941fc64c9547b8cc0.tar.gz
opie-8baa44cf756fc3767829983941fc64c9547b8cc0.tar.bz2
inlucde qimage
this fixes launcher Opie/X11 compilation
Diffstat (limited to 'x11/libqpe-x11') (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& ) {