summaryrefslogtreecommitdiffstats
path: root/src/core/content_client_qt.cpp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-03-12 12:55:30 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-03-20 00:35:30 +0000
commit831d20bfb1bd677245c1fbdd5ded0fc757c44541 (patch)
treecee7be7e1339515100d0b525363682a87a91e50a /src/core/content_client_qt.cpp
parentff2cccda960027744e63392a6b6ef6ef8a4657ba (diff)
Cleanup file locations
Move printing and network specific classes to subdirectories so we have fewer files in the main dir. Change-Id: I675b1b8b8fd1588061104cec181087f305b44f98 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/core/content_client_qt.cpp')
-rw-r--r--src/core/content_client_qt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/content_client_qt.cpp b/src/core/content_client_qt.cpp
index c98853c58..c1683bfa0 100644
--- a/src/core/content_client_qt.cpp
+++ b/src/core/content_client_qt.cpp
@@ -51,7 +51,7 @@
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/resource/resource_bundle.h"
-#include "qrc_protocol_handler_qt.h"
+#include "net/qrc_protocol_handler_qt.h"
#include "type_conversion.h"
#include <QCoreApplication>