--- GUISupport/Qt/vtkQtConnection.h.orig 2013-02-18 14:31:05.000000000 +0100 +++ GUISupport/Qt/vtkQtConnection.h 2013-02-18 14:30:33.000000000 +0100 @@ -33,7 +33,7 @@ #include "vtkObject.h" #include "vtkCommand.h" // for event defines -#include "qobject.h" +#include class QObject; class vtkCallbackCommand; --- GUISupport/Qt/QVTKWidget.cxx.orig 2013-02-18 14:31:29.000000000 +0100 +++ GUISupport/Qt/QVTKWidget.cxx 2013-02-18 14:34:52.000000000 +0100 @@ -38,11 +38,12 @@ #include "QVTKInteractorAdapter.h" #include "QVTKInteractor.h" -#include "qevent.h" -#include "qapplication.h" -#include "qpainter.h" -#include "qsignalmapper.h" -#include "qtimer.h" +#include +#include +#include +#include +#include +#include #if defined(Q_WS_X11) #include "qx11info_x11.h" #endif --- GUISupport/Qt/vtkQtSQLQuery.cxx.orig 2013-02-18 14:39:23.000000000 +0100 +++ GUISupport/Qt/vtkQtSQLQuery.cxx 2013-02-18 14:39:53.000000000 +0100 @@ -19,7 +19,7 @@ -------------------------------------------------------------------------*/ // Check for Qt SQL module before defining this class. -#include +#include #if (QT_EDITION & QT_MODULE_SQL) #include "vtkQtSQLQuery.h" --- GUISupport/Qt/vtkQtConnection.cxx.orig 2013-02-18 14:43:41.000000000 +0100 +++ GUISupport/Qt/vtkQtConnection.cxx 2013-02-18 14:43:54.000000000 +0100 @@ -28,8 +28,8 @@ #include "vtkEventQtSlotConnect.h" #include "vtkCallbackCommand.h" -#include -#include +#include +#include // constructor vtkQtConnection::vtkQtConnection(vtkEventQtSlotConnect* owner) --- GUISupport/Qt/vtkQtSQLDatabase.cxx.orig 2013-02-18 14:44:08.000000000 +0100 +++ GUISupport/Qt/vtkQtSQLDatabase.cxx 2013-02-18 14:44:16.000000000 +0100 @@ -19,7 +19,7 @@ -------------------------------------------------------------------------*/ // Check for Qt SQL module before defining this class. -#include +#include #if (QT_EDITION & QT_MODULE_SQL) #include "vtkQtSQLDatabase.h"