author | zecke <zecke> | 2002-11-07 17:23:48 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-11-07 17:23:48 (UTC) |
commit | 8baa44cf756fc3767829983941fc64c9547b8cc0 (patch) (unidiff) | |
tree | 0fed962b4259f98edacc105c689db87f750158b2 /x11/libqpe-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,6 +1,8 @@ | |||
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 | |||
4 | class QWSScreenSaver; | 6 | class QWSScreenSaver; |
5 | class QWSServer { | 7 | class QWSServer { |
6 | public: | 8 | public: |