diff --git a/qt/paraview_ext/PVPlugins/Representations/AlignedCutter.h b/qt/paraview_ext/PVPlugins/Representations/AlignedCutter.h
index 3881af7974fcd249f4cfda758183b9f082f36cf7..9b31995e45ec7ca5a0f8799dcac3f1760800dcbf 100644
--- a/qt/paraview_ext/PVPlugins/Representations/AlignedCutter.h
+++ b/qt/paraview_ext/PVPlugins/Representations/AlignedCutter.h
@@ -47,7 +47,7 @@
 
 #include "vtkCutter.h"
 
-class VTKFILTERSCORE_EXPORT AlignedCutter : public vtkCutter {
+class VTK_EXPORT AlignedCutter : public vtkCutter {
 public:
   vtkTypeMacro(AlignedCutter, vtkCutter);
   vtkSetMacro(AxisNumber, int);
diff --git a/qt/paraview_ext/PVPlugins/Representations/AlignedThreeSliceFilter.h b/qt/paraview_ext/PVPlugins/Representations/AlignedThreeSliceFilter.h
index 4447fb4ca12220d6096d8b2500f2ab5e94348a03..fe8c3c25716aa07a8ac55940e82b1fe93d5d8c2c 100644
--- a/qt/paraview_ext/PVPlugins/Representations/AlignedThreeSliceFilter.h
+++ b/qt/paraview_ext/PVPlugins/Representations/AlignedThreeSliceFilter.h
@@ -32,8 +32,7 @@
 #include "vtkPVClientServerCoreRenderingModule.h" //needed for exports
 #include "vtkThreeSliceFilter.h"
 
-class VTKPVCLIENTSERVERCORERENDERING_EXPORT AlignedThreeSliceFilter
-    : public vtkThreeSliceFilter {
+class VTK_EXPORT AlignedThreeSliceFilter : public vtkThreeSliceFilter {
 public:
   vtkTypeMacro(AlignedThreeSliceFilter, vtkThreeSliceFilter);
   /**
diff --git a/qt/paraview_ext/PVPlugins/Representations/vtkAlignedGeometrySliceRepresentation.h b/qt/paraview_ext/PVPlugins/Representations/vtkAlignedGeometrySliceRepresentation.h
index 6a69370583bdd2e7db0ab28c09210ec5f5616deb..1e24e767c3bd85c30b843c992bfb12c348d4e559 100644
--- a/qt/paraview_ext/PVPlugins/Representations/vtkAlignedGeometrySliceRepresentation.h
+++ b/qt/paraview_ext/PVPlugins/Representations/vtkAlignedGeometrySliceRepresentation.h
@@ -27,8 +27,8 @@
 
 #include "vtkGeometryRepresentation.h"
 
-class VTKPVCLIENTSERVERCORERENDERING_EXPORT
-    vtkAlignedGeometrySliceRepresentation : public vtkGeometryRepresentation {
+class VTK_EXPORT vtkAlignedGeometrySliceRepresentation
+    : public vtkGeometryRepresentation {
 public:
   static vtkAlignedGeometrySliceRepresentation *New();
   vtkTypeMacro(vtkAlignedGeometrySliceRepresentation,