summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qcolor_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/painting/qcolor_p.h')
-rw-r--r--src/gui/painting/qcolor_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/painting/qcolor_p.h b/src/gui/painting/qcolor_p.h
index 75bc888952..b5e92e2ea2 100644
--- a/src/gui/painting/qcolor_p.h
+++ b/src/gui/painting/qcolor_p.h
@@ -51,13 +51,12 @@
// We mean it.
//
-#include "QtCore/qglobal.h"
+#include <QtGui/private/qtguiglobal_p.h>
#include "QtGui/qrgb.h"
#include "QtCore/qstringlist.h"
QT_BEGIN_NAMESPACE
-uint qt_get_rgb_val(const char *name);
bool qt_get_named_rgb(const char *, QRgb*);
bool qt_get_named_rgb(const QChar *, int len, QRgb*);
bool qt_get_hex_rgb(const char *, QRgb *);