summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellogl/glwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/hellogl/glwidget.h')
-rw-r--r--examples/opengl/hellogl/glwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/opengl/hellogl/glwidget.h b/examples/opengl/hellogl/glwidget.h
index be3fb35..1474965 100644
--- a/examples/opengl/hellogl/glwidget.h
+++ b/examples/opengl/hellogl/glwidget.h
@@ -91,8 +91,8 @@ private:
int yRot;
int zRot;
QPoint lastPos;
- QColor trolltechGreen;
- QColor trolltechPurple;
+ QColor qtGreen;
+ QColor qtPurple;
};
//! [3]