summaryrefslogtreecommitdiffstats
path: root/examples/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/README b/examples/README
index 7ca50168d..d95703fbe 100644
--- a/examples/README
+++ b/examples/README
@@ -95,7 +95,7 @@ dragdrop
drawdemo
Draws a color wheel, text and shapes. This example demonstrates
several drawing functions and printer output using TQPainter,
- QWMatrix, TQFont, TQFontMetrics, TQColor, TQBrush, and QPrinter. You
+ TQWMatrix, TQFont, TQFontMetrics, TQColor, TQBrush, and TQPrinter. You
can easily add you own drawing functions. See "ourDrawFunctions".
drawlines
@@ -225,20 +225,20 @@ network/remotecontrol
Controlling one application from another using TQSocket-based IPC.
opengl/box
- Shows how to use OpenGL in TQt using QGLWidget.
+ Shows how to use OpenGL in TQt using TQGLWidget.
opengl/gear
Shows how to build OpenGL display lists.
opengl/glpixmap
This is based on the box example. It shows how to render an OpenGL
- scene into a QPixmap.
+ scene into a TQPixmap.
opengl/overlay
Demonstrates the use of OpenGL overlays (where supported).
opengl/sharedbox
- Demonstrates how to share OpenGL display lists with QGLWidgets.
+ Demonstrates how to share OpenGL display lists with TQGLWidgets.
opengl/texture
Shows how to use OpenGL textures.
@@ -392,7 +392,7 @@ wizard
xform
Demonstrates how to arbitrarily rotate, shear and scale text and
- graphics using QWMatrix.
+ graphics using TQWMatrix.
xml/outliner
Shows how to read in an XML file using Qt's DOM classes and