summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopenglframebufferobject.cpp
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2011-08-30 10:36:25 +0200
committerGunnar Sletta <gunnar.sletta@nokia.com>2011-08-30 11:05:30 +0200
commite9962cc300a805ce09a02ce0c9ae23ceaf8073bb (patch)
treea0f4fb342adaeb8bd56ec5b23b78a2cd84cff9a2 /src/gui/opengl/qopenglframebufferobject.cpp
parent1056d02ee07ab9bba3a4dd9f5fd483d45773e665 (diff)
Rename remaining gui/opengl source files to avoid name clashing.
We don't want to have source files in the opengl module and gui with the same name, at least not private headers. Change-Id: I5f2bf629c943a67a405574fb148aa4c70e58ecbb Reviewed-on: http://codereview.qt.nokia.com/3864 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
Diffstat (limited to 'src/gui/opengl/qopenglframebufferobject.cpp')
-rw-r--r--src/gui/opengl/qopenglframebufferobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/opengl/qopenglframebufferobject.cpp b/src/gui/opengl/qopenglframebufferobject.cpp
index 3d236eaac6..2e9f3a1ab7 100644
--- a/src/gui/opengl/qopenglframebufferobject.cpp
+++ b/src/gui/opengl/qopenglframebufferobject.cpp
@@ -47,7 +47,7 @@
#include <private/qopenglcontext_p.h>
#include <private/qopenglextensions_p.h>
#include <private/qfont_p.h>
-#include <private/qpaintengineex_opengl2_p.h>
+#include <private/qopenglpaintengine_p.h>
#include <qwindow.h>
#include <qlibrary.h>