From 3ea099a003603eac54e26db65b1501706d941c2b Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (l)" <j.wuttke@fz-juelich.de>
Date: Sat, 10 Oct 2020 15:04:49 +0200
Subject: [PATCH] 3rd-party include in <..>

---
 GUI/coregui/Views/JobWidgets/JobListViewDelegate.cpp  | 2 +-
 GUI/coregui/Views/JobWidgets/JobProgressAssistant.cpp | 2 +-
 GUI/coregui/mainwindow/mainwindow.cpp                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/GUI/coregui/Views/JobWidgets/JobListViewDelegate.cpp b/GUI/coregui/Views/JobWidgets/JobListViewDelegate.cpp
index 05e77b206ac..e1e01de4ba0 100644
--- a/GUI/coregui/Views/JobWidgets/JobListViewDelegate.cpp
+++ b/GUI/coregui/Views/JobWidgets/JobListViewDelegate.cpp
@@ -16,7 +16,7 @@
 #include "GUI/coregui/Models/JobItem.h"
 #include "GUI/coregui/Models/JobModel.h"
 #include "GUI/coregui/utils/hostosinfo.h"
-#include "progressbar.h"
+#include <progressbar.h>
 #include <QApplication>
 #include <QMouseEvent>
 #include <QPaintDevice>
diff --git a/GUI/coregui/Views/JobWidgets/JobProgressAssistant.cpp b/GUI/coregui/Views/JobWidgets/JobProgressAssistant.cpp
index 8bf2f4e02df..6844160d943 100644
--- a/GUI/coregui/Views/JobWidgets/JobProgressAssistant.cpp
+++ b/GUI/coregui/Views/JobWidgets/JobProgressAssistant.cpp
@@ -16,7 +16,7 @@
 #include "GUI/coregui/Models/JobModel.h"
 #include "GUI/coregui/Models/JobQueueData.h"
 #include "GUI/coregui/mainwindow/mainwindow.h"
-#include "progressbar.h"
+#include <progressbar.h>
 
 JobProgressAssistant::JobProgressAssistant(MainWindow* mainWindow)
     : QObject(mainWindow), m_mainWindow(mainWindow)
diff --git a/GUI/coregui/mainwindow/mainwindow.cpp b/GUI/coregui/mainwindow/mainwindow.cpp
index 2567b2a5df2..a1683906211 100644
--- a/GUI/coregui/mainwindow/mainwindow.cpp
+++ b/GUI/coregui/mainwindow/mainwindow.cpp
@@ -30,7 +30,7 @@
 #include "GUI/coregui/utils/GUIHelpers.h"
 #include "GUI/coregui/utils/hostosinfo.h"
 #include "fancytabwidget.h"
-#include "progressbar.h"
+#include <progressbar.h>
 #include "stylehelper.h"
 #include <QAction>
 #include <QApplication>
-- 
GitLab