summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2021-09-27 16:47:10 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2021-09-29 12:59:37 +0200
commit8728f287cd490411edc419bf39511a87e98af565 (patch)
tree583372f1e25ece09baf68ee22cdde81d3bb9b3eb
parent057a74c2f20256c34e97dae246e6e1867a364b84 (diff)
qt5/kf5: Drop 'qt5/' prefix from includes
'vcl/inc/qt5' is in the include path for the qt5 and kf5 VCL plugins, so there's no need for this (and it's not used in the other places, either). Change-Id: I1de3afd4399869e318dba2e7786711e65ef83c62 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122803 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
-rw-r--r--vcl/qt5/Qt5Graphics_Controls.cxx4
-rw-r--r--vcl/qt5/Qt5SvpVirtualDevice.hxx2
-rw-r--r--vcl/unx/kf5/KF5FilePicker.cxx2
-rw-r--r--vcl/unx/kf5/KF5SalFrame.hxx4
-rw-r--r--vcl/unx/kf5/KF5SalInstance.hxx2
5 files changed, 7 insertions, 7 deletions
diff --git a/vcl/qt5/Qt5Graphics_Controls.cxx b/vcl/qt5/Qt5Graphics_Controls.cxx
index 5082e9340b2d..b7ab8d38ccc1 100644
--- a/vcl/qt5/Qt5Graphics_Controls.cxx
+++ b/vcl/qt5/Qt5Graphics_Controls.cxx
@@ -24,8 +24,8 @@
#include <QtWidgets/QFrame>
#include <QtWidgets/QLabel>
-#include <qt5/Qt5Tools.hxx>
-#include <qt5/Qt5GraphicsBase.hxx>
+#include <Qt5Tools.hxx>
+#include <Qt5GraphicsBase.hxx>
#include <vcl/decoview.hxx>
/**
diff --git a/vcl/qt5/Qt5SvpVirtualDevice.hxx b/vcl/qt5/Qt5SvpVirtualDevice.hxx
index f961d4ccfed2..3b76a6f5200a 100644
--- a/vcl/qt5/Qt5SvpVirtualDevice.hxx
+++ b/vcl/qt5/Qt5SvpVirtualDevice.hxx
@@ -20,7 +20,7 @@
#pragma once
#include <headless/svpvd.hxx>
-#include <qt5/Qt5SvpGraphics.hxx>
+#include <Qt5SvpGraphics.hxx>
class VCL_DLLPUBLIC Qt5SvpVirtualDevice : public SvpSalVirtualDevice
{
diff --git a/vcl/unx/kf5/KF5FilePicker.cxx b/vcl/unx/kf5/KF5FilePicker.cxx
index 20e64007bd96..c02ac7bc516b 100644
--- a/vcl/unx/kf5/KF5FilePicker.cxx
+++ b/vcl/unx/kf5/KF5FilePicker.cxx
@@ -24,7 +24,7 @@
#include <cppuhelper/supportsservice.hxx>
#include <osl/mutex.hxx>
-#include <qt5/Qt5Instance.hxx>
+#include <Qt5Instance.hxx>
#include <QtWidgets/QApplication>
#include <QtWidgets/QGridLayout>
diff --git a/vcl/unx/kf5/KF5SalFrame.hxx b/vcl/unx/kf5/KF5SalFrame.hxx
index d0fdd91978e6..613630b6c9d2 100644
--- a/vcl/unx/kf5/KF5SalFrame.hxx
+++ b/vcl/unx/kf5/KF5SalFrame.hxx
@@ -21,8 +21,8 @@
#include <memory>
-#include <qt5/Qt5Frame.hxx>
-#include <qt5/Qt5SvpGraphics.hxx>
+#include <Qt5Frame.hxx>
+#include <Qt5SvpGraphics.hxx>
class QWidget;
diff --git a/vcl/unx/kf5/KF5SalInstance.hxx b/vcl/unx/kf5/KF5SalInstance.hxx
index 635f51ec9bc7..3009baecd3b0 100644
--- a/vcl/unx/kf5/KF5SalInstance.hxx
+++ b/vcl/unx/kf5/KF5SalInstance.hxx
@@ -19,7 +19,7 @@
#pragma once
-#include <qt5/Qt5Instance.hxx>
+#include <Qt5Instance.hxx>
class KF5SalInstance final : public Qt5Instance
{