diff options
Diffstat (limited to 'astro/xglobe/files/patch-desktopwidget.h')
-rw-r--r-- | astro/xglobe/files/patch-desktopwidget.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/xglobe/files/patch-desktopwidget.h b/astro/xglobe/files/patch-desktopwidget.h new file mode 100644 index 00000000000..1824d35063a --- /dev/null +++ b/astro/xglobe/files/patch-desktopwidget.h @@ -0,0 +1,11 @@ +--- desktopwidget.h.orig 1998-12-09 10:16:54.000000000 -0800 ++++ desktopwidget.h 2011-01-18 14:22:52.000000000 -0800 +@@ -23,6 +23,8 @@ + #include <qwidget.h> + #include <qpixmap.h> + #include <qpainter.h> ++//Added by qt3to4: ++#include <QPaintEvent> + + class DesktopWidget : public QWidget + { |