| 1 | diff --git Plugins/SLACTools/pqSLACDataLoadManager.cxx Plugins/SLACTools/pqSLACDataLoadManager.cxx |
| 2 | index 3ba019c26b..ce38396f68 100644 |
| 3 | --- Plugins/SLACTools/pqSLACDataLoadManager.cxx |
| 4 | +++ Plugins/SLACTools/pqSLACDataLoadManager.cxx |
| 5 | @@ -34,6 +34,7 @@ |
| 6 | #include "vtkSMProperty.h" |
| 7 | #include "vtkSMSourceProxy.h" |
| 8 | |
| 9 | +#include <QAction> |
| 10 | #include <QPushButton> |
| 11 | #include <QtDebug> |
| 12 | |
| 13 | diff --git Plugins/StreamLinesRepresentation/CMakeLists.txt Plugins/StreamLinesRepresentation/CMakeLists.txt |
| 14 | index 5d656a54b8..86c24964fe 100644 |
| 15 | --- Plugins/StreamLinesRepresentation/CMakeLists.txt |
| 16 | +++ Plugins/StreamLinesRepresentation/CMakeLists.txt |
| 17 | @@ -41,7 +41,6 @@ encode_files_as_strings(ENCODED_STRING_FILES |
| 18 | |
| 19 | add_paraview_plugin( |
| 20 | StreamLinesRepresentation "0.1" |
| 21 | - DOCUMENTATION_DIR "${CMAKE_CURRENT_SOURCE_DIR}/doc" |
| 22 | SERVER_MANAGER_XML StreamLinesRepresentation.xml |
| 23 | SERVER_MANAGER_SOURCES |
| 24 | vtkStreamLinesRepresentation.cxx |
| 25 | diff --git Qt/ApplicationComponents/pqColorMapEditor.cxx Qt/ApplicationComponents/pqColorMapEditor.cxx |
| 26 | index 0395185e0a..88b56745eb 100644 |
| 27 | --- Qt/ApplicationComponents/pqColorMapEditor.cxx |
| 28 | +++ Qt/ApplicationComponents/pqColorMapEditor.cxx |
| 29 | @@ -59,6 +59,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 30 | #include <QDebug> |
| 31 | #include <QKeyEvent> |
| 32 | #include <QPointer> |
| 33 | +#include <QStyle> |
| 34 | #include <QVBoxLayout> |
| 35 | |
| 36 | class pqColorMapEditor::pqInternals |
| 37 | diff --git Qt/ApplicationComponents/pqDoubleRangeSliderPropertyWidget.cxx Qt/ApplicationComponents/pqDoubleRangeSliderPropertyWidget.cxx |
| 38 | index 908e4598e0..820361a2b3 100644 |
| 39 | --- Qt/ApplicationComponents/pqDoubleRangeSliderPropertyWidget.cxx |
| 40 | +++ Qt/ApplicationComponents/pqDoubleRangeSliderPropertyWidget.cxx |
| 41 | @@ -43,6 +43,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 42 | #include "vtkSMUncheckedPropertyHelper.h" |
| 43 | |
| 44 | #include <QGridLayout> |
| 45 | +#include <QStyle> |
| 46 | |
| 47 | class pqDoubleRangeSliderPropertyWidget::pqInternals |
| 48 | { |
| 49 | diff --git Qt/ApplicationComponents/pqStandardViewFrameActionsImplementation.cxx Qt/ApplicationComponents/pqStandardViewFrameActionsImplementation.cxx |
| 50 | index c297dc3d9e..501633f63a 100644 |
| 51 | --- Qt/ApplicationComponents/pqStandardViewFrameActionsImplementation.cxx |
| 52 | +++ Qt/ApplicationComponents/pqStandardViewFrameActionsImplementation.cxx |
| 53 | @@ -69,6 +69,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 54 | #include <QPushButton> |
| 55 | #include <QSet> |
| 56 | #include <QShortcut> |
| 57 | +#include <QStyle> |
| 58 | |
| 59 | //----------------------------------------------------------------------------- |
| 60 | pqStandardViewFrameActionsImplementation::pqStandardViewFrameActionsImplementation( |
| 61 | diff --git Qt/ApplicationComponents/pqTimeInspectorWidget.cxx Qt/ApplicationComponents/pqTimeInspectorWidget.cxx |
| 62 | index 6774c2e48e..3430f70376 100644 |
| 63 | --- Qt/ApplicationComponents/pqTimeInspectorWidget.cxx |
| 64 | +++ Qt/ApplicationComponents/pqTimeInspectorWidget.cxx |
| 65 | @@ -51,6 +51,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 66 | |
| 67 | #include <QLineF> |
| 68 | #include <QPainter> |
| 69 | +#include <QStyle> |
| 70 | #include <QVariant> |
| 71 | #include <QtDebug> |
| 72 | |
| 73 | diff --git Qt/ApplicationComponents/pqTransferFunctionWidgetPropertyDialog.cxx Qt/ApplicationComponents/pqTransferFunctionWidgetPropertyDialog.cxx |
| 74 | index 55d3146447..225879cd4c 100644 |
| 75 | --- Qt/ApplicationComponents/pqTransferFunctionWidgetPropertyDialog.cxx |
| 76 | +++ Qt/ApplicationComponents/pqTransferFunctionWidgetPropertyDialog.cxx |
| 77 | @@ -34,6 +34,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 78 | |
| 79 | #include "pqTransferFunctionWidgetPropertyWidget.h" |
| 80 | #include "vtkPiecewiseFunction.h" |
| 81 | +#include <qvalidator> |
| 82 | #include <QString> |
| 83 | |
| 84 | class pqTransferFunctionWidgetPropertyDialog::pqInternals |
| 85 | diff --git Qt/ApplicationComponents/pqViewResolutionPropertyWidget.cxx Qt/ApplicationComponents/pqViewResolutionPropertyWidget.cxx |
| 86 | index 6d2865431e..8d2c4b61cd 100644 |
| 87 | --- Qt/ApplicationComponents/pqViewResolutionPropertyWidget.cxx |
| 88 | +++ Qt/ApplicationComponents/pqViewResolutionPropertyWidget.cxx |
| 89 | @@ -39,6 +39,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 90 | #include "vtkSMProxy.h" |
| 91 | |
| 92 | #include <QIntValidator> |
| 93 | +#include <QStyle> |
| 94 | |
| 95 | class pqViewResolutionPropertyWidget::pqInternals |
| 96 | { |
| 97 | diff --git Qt/Widgets/pqAnimationWidget.h Qt/Widgets/pqAnimationWidget.h |
| 98 | index 283493a276..1c9a678cfe 100644 |
| 99 | --- Qt/Widgets/pqAnimationWidget.h |
| 100 | +++ Qt/Widgets/pqAnimationWidget.h |
| 101 | @@ -36,10 +36,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 102 | #include "pqWidgetsModule.h" |
| 103 | |
| 104 | #include <QAbstractScrollArea> |
| 105 | +#include <QHeaderView> |
| 106 | #include <QStandardItemModel> |
| 107 | |
| 108 | class QGraphicsView; |
| 109 | -class QHeaderView; |
| 110 | class pqAnimationModel; |
| 111 | class pqAnimationTrack; |
| 112 | |
| 113 | diff --git Qt/Widgets/pqFlatTreeView.h Qt/Widgets/pqFlatTreeView.h |
| 114 | index a0ba740dbc..e44e0d43a5 100644 |
| 115 | --- Qt/Widgets/pqFlatTreeView.h |
| 116 | +++ Qt/Widgets/pqFlatTreeView.h |
| 117 | @@ -39,6 +39,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 118 | #define _pqFlatTreeView_h |
| 119 | |
| 120 | #include "pqWidgetsModule.h" |
| 121 | +#include <QHeaderView> |
| 122 | #include <QAbstractScrollArea> |
| 123 | #include <QModelIndex> // Needed for return type |
| 124 | #include <QStyleOptionViewItem> // Needed for return type |
| 125 | @@ -50,7 +51,6 @@ class pqFlatTreeViewInternal; |
| 126 | class QAbstractItemModel; |
| 127 | class QColor; |
| 128 | class QFontMetrics; |
| 129 | -class QHeaderView; |
| 130 | class QItemSelection; |
| 131 | class QItemSelectionModel; |
| 132 | class QPoint; |