freebsd-ports/astro/xglobe/files/patch-desktopwidget.h
Pav Lucistnik 20eb7a844c - Migrate to qt4
PR:		ports/154148
Submitted by:	G. Paul Ziemba <p-fbsd-bugs@ziemba.us>
Feature safe:	yes
2011-01-20 12:26:11 +00:00

11 lines
289 B
C++

--- 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
{