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.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/shared/cpaster/cgi.cpp b/src/shared/cpaster/cgi.cpp
index f79ba3943f7..acc1e04682f 100644
--- a/src/shared/cpaster/cgi.cpp
+++ b/src/shared/cpaster/cgi.cpp
@@ -33,10 +33,9 @@
#include "cgi.h"
-#include <QByteArray>
+#include <QtCore/QByteArray>
-
-const char *cgi_chars = "0123456789abcdef"; // RFC 1738 suggests lower-case to be optimal
+const char cgi_chars[] = "0123456789abcdef"; // RFC 1738 suggests lower-case to be optimal
QString CGI::encodeURL(const QString &rawText)
{