author | zecke <zecke> | 2002-11-07 17:23:48 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-11-07 17:23:48 (UTC) |
commit | 8baa44cf756fc3767829983941fc64c9547b8cc0 (patch) (side-by-side diff) | |
tree | 0fed962b4259f98edacc105c689db87f750158b2 /x11 | |
parent | 624ffbddc150e302f7b52792facd30b60d3e229d (diff) | |
download | opie-8baa44cf756fc3767829983941fc64c9547b8cc0.zip opie-8baa44cf756fc3767829983941fc64c9547b8cc0.tar.gz opie-8baa44cf756fc3767829983941fc64c9547b8cc0.tar.bz2 |
inlucde qimage
this fixes launcher Opie/X11 compilation
-rw-r--r-- | x11/libqpe-x11/qt/qwindowsystem_qws.h | 2 |
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,15 +1,17 @@ #ifndef OPIE_QWINDOWSYSTEM_H #define OPIE_QWINDOWSYSTEM_H +#include <qimage.h> + class QWSScreenSaver; class QWSServer { public: QWSServer(){} ~QWSServer(){} static void sendKeyEvent(int, int, int, bool, bool ) { } struct KeyboardFilter { }; static void setKeyboardFilter( KeyboardFilter* ) { } static void setScreenSaver( QWSScreenSaver* ) { |