diff options
| author | Samuel Rødal <samuel.rodal@nokia.com> | 2011-08-30 10:36:25 +0200 |
|---|---|---|
| committer | Gunnar Sletta <gunnar.sletta@nokia.com> | 2011-08-30 11:05:30 +0200 |
| commit | e9962cc300a805ce09a02ce0c9ae23ceaf8073bb (patch) | |
| tree | a0f4fb342adaeb8bd56ec5b23b78a2cd84cff9a2 /src/gui/opengl/qopenglengineshadermanager.cpp | |
| parent | 1056d02ee07ab9bba3a4dd9f5fd483d45773e665 (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/qopenglengineshadermanager.cpp')
| -rw-r--r-- | src/gui/opengl/qopenglengineshadermanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/opengl/qopenglengineshadermanager.cpp b/src/gui/opengl/qopenglengineshadermanager.cpp index 91262dc1ce2..aaca6ad89cd 100644 --- a/src/gui/opengl/qopenglengineshadermanager.cpp +++ b/src/gui/opengl/qopenglengineshadermanager.cpp @@ -41,7 +41,7 @@ #include "qopenglengineshadermanager_p.h" #include "qopenglengineshadersource_p.h" -#include "qpaintengineex_opengl2_p.h" +#include "qopenglpaintengine_p.h" #include "qopenglshadercache_p.h" #include <QtGui/private/qopenglcontext_p.h> |
