diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-08-13 09:43:02 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-08-13 09:43:02 +0200 |
commit | 0cd46eedd08bfbb4061b3c7df66390c5e0243911 (patch) | |
tree | 235c624ead4aaa096e18dc43d6895ec5d3c13cea /vcl | |
parent | 2bc7f8302601bbbac5cb4d4bf1d9b74262004363 (diff) |
loplugin:includeform
Change-Id: I7c927bb46ce411138069f7c64a5036ce07077ced
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/qt5/Qt5MainWindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qt5/Qt5MainWindow.cxx b/vcl/qt5/Qt5MainWindow.cxx index 56e296b4f97a..da3df1b179f9 100644 --- a/vcl/qt5/Qt5MainWindow.cxx +++ b/vcl/qt5/Qt5MainWindow.cxx @@ -8,7 +8,7 @@ * */ -#include "Qt5MainWindow.hxx" +#include <Qt5MainWindow.hxx> #include <Qt5MainWindow.moc> #include <QtGui/QCloseEvent> |