From 6e944076b087dd806f4ae3d4334d1b09a32ea068 Mon Sep 17 00:00:00 2001
From: Samuel Jackson <samueljackson@outlook.com>
Date: Thu, 28 Sep 2017 08:21:02 +0100
Subject: [PATCH] Refs #20643 Fix builds

---
 MantidPlot/src/Mantid/MantidUI.cpp | 1 -
 qt/widgets/common/CMakeLists.txt   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/MantidPlot/src/Mantid/MantidUI.cpp b/MantidPlot/src/Mantid/MantidUI.cpp
index 5bfa2c6c7b0..40371ce5ed0 100644
--- a/MantidPlot/src/Mantid/MantidUI.cpp
+++ b/MantidPlot/src/Mantid/MantidUI.cpp
@@ -108,7 +108,6 @@ using MantidQt::MantidWidgets::MantidTreeWidget;
 using Mantid::Kernel::DateAndTime;
 using MantidQt::SliceViewer::SliceViewerWindow;
 
-namespace DropEventHelper = MantidQt::MantidWidgets::DropEventHelper;
 namespace MantidException = Mantid::Kernel::Exception;
 
 namespace {
diff --git a/qt/widgets/common/CMakeLists.txt b/qt/widgets/common/CMakeLists.txt
index 745c29e074c..e04bb72b656 100644
--- a/qt/widgets/common/CMakeLists.txt
+++ b/qt/widgets/common/CMakeLists.txt
@@ -159,7 +159,6 @@ set ( MOC_FILES
   inc/MantidQtWidgets/Common/AlgorithmPropertiesWidget.h
   inc/MantidQtWidgets/Common/BatchAlgorithmRunner.h
   inc/MantidQtWidgets/Common/BoolPropertyWidget.h
-  inc/MantidQtWidgets/Common/DropEventHelper.h
   inc/MantidQtWidgets/Common/FilePropertyWidget.h
   inc/MantidQtWidgets/Common/GenericDialog.h
   inc/MantidQtWidgets/Common/ListPropertyWidget.h
-- 
GitLab