aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/cpaster/cgi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/cpaster/cgi.cpp')
-rw-r--r--src/shared/cpaster/cgi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/cpaster/cgi.cpp b/src/shared/cpaster/cgi.cpp
index bc9d73bcc7..c92a92a526 100644
--- a/src/shared/cpaster/cgi.cpp
+++ b/src/shared/cpaster/cgi.cpp
@@ -32,7 +32,7 @@
#include "cgi.h"
-#include <QtCore/QByteArray>
+#include <QByteArray>
const char cgi_chars[] = "0123456789abcdef"; // RFC 1738 suggests lower-case to be optimal