summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/demo/demo.doc2
-rw-r--r--examples/dragdrop/dragdrop.doc2
-rw-r--r--examples/helpsystem/helpsystem.doc2
-rw-r--r--examples/opengl/box/box.doc2
-rw-r--r--examples/opengl/gear/gear.doc2
-rw-r--r--examples/opengl/glpixmap/glpixmap.doc2
-rw-r--r--examples/opengl/overlay/overlay.doc2
-rw-r--r--examples/opengl/overlay_x11/overlay_x11.doc2
-rw-r--r--examples/opengl/sharedbox/sharedbox.doc2
-rw-r--r--examples/opengl/texture/texture.doc2
-rw-r--r--examples/tablet/tablet.doc2
-rw-r--r--examples/textedit/textedit.doc2
-rw-r--r--examples/toplevel/toplevel.doc4
-rw-r--r--examples/widgets/widgets.doc4
14 files changed, 16 insertions, 16 deletions
diff --git a/examples/demo/demo.doc b/examples/demo/demo.doc
index f45a774c..ae207a8a 100644
--- a/examples/demo/demo.doc
+++ b/examples/demo/demo.doc
@@ -7,7 +7,7 @@
isn't intended as a code example, but rather as a single application
that you can run to see many of Qt's features.
- See $QTDIR/examples/demo for the source code.
+ See $TQTDIR/examples/demo for the source code.
*/
diff --git a/examples/dragdrop/dragdrop.doc b/examples/dragdrop/dragdrop.doc
index 25d3170a..4f8fa262 100644
--- a/examples/dragdrop/dragdrop.doc
+++ b/examples/dragdrop/dragdrop.doc
@@ -5,7 +5,7 @@
This program demonstrates Qt's drag and drop functionality.
- See $QTDIR/examples/dragdrop for the source code.
+ See $TQTDIR/examples/dragdrop for the source code.
*/
diff --git a/examples/helpsystem/helpsystem.doc b/examples/helpsystem/helpsystem.doc
index e18d75a6..49349115 100644
--- a/examples/helpsystem/helpsystem.doc
+++ b/examples/helpsystem/helpsystem.doc
@@ -216,6 +216,6 @@
the application main window.
To build the example go to the helpsystem directory
- (QTDIR/examples/helpsystem) run qmake to generate the makefile,
+ (TQTDIR/examples/helpsystem) run qmake to generate the makefile,
and use the make tool to build the library.
*/
diff --git a/examples/opengl/box/box.doc b/examples/opengl/box/box.doc
index 61755826..d30bd75b 100644
--- a/examples/opengl/box/box.doc
+++ b/examples/opengl/box/box.doc
@@ -9,7 +9,7 @@ Essentially, all you do is put your OpenGL code in a class inherited
from QGLWidget. This class may then be used like any other TQt widget,
including the use of signals and slots and geometry management.
-See \c{$QTDIR/examples/opengl/box} for the source code.
+See \c{$TQTDIR/examples/opengl/box} for the source code.
*/
diff --git a/examples/opengl/gear/gear.doc b/examples/opengl/gear/gear.doc
index 2fe049a9..8afaaaa2 100644
--- a/examples/opengl/gear/gear.doc
+++ b/examples/opengl/gear/gear.doc
@@ -6,6 +6,6 @@
This example demonstrates how to use OpenGL display lists.
-See \c{$QTDIR/examples/opengl/gear} for the source code.
+See \c{$TQTDIR/examples/opengl/gear} for the source code.
*/
diff --git a/examples/opengl/glpixmap/glpixmap.doc b/examples/opengl/glpixmap/glpixmap.doc
index 84060768..22fce4de 100644
--- a/examples/opengl/glpixmap/glpixmap.doc
+++ b/examples/opengl/glpixmap/glpixmap.doc
@@ -8,7 +8,7 @@ opengl-box-example.html OpenGL Box example\endlink.
It demonstrates how to render OpenGL into a QPixmap.
-See \c{$QTDIR/examples/opengl/glpixmap} for the source code.
+See \c{$TQTDIR/examples/opengl/glpixmap} for the source code.
*/
diff --git a/examples/opengl/overlay/overlay.doc b/examples/opengl/overlay/overlay.doc
index 43c77cc8..43762330 100644
--- a/examples/opengl/overlay/overlay.doc
+++ b/examples/opengl/overlay/overlay.doc
@@ -10,7 +10,7 @@ overlay has the advantage that the rubber-band may be drawn and erased
without damaging the image in the main plane, so costly redraws are
avoided.
-See \c{$QTDIR/examples/opengl/overlay} for the source code.
+See \c{$TQTDIR/examples/opengl/overlay} for the source code.
*/
diff --git a/examples/opengl/overlay_x11/overlay_x11.doc b/examples/opengl/overlay_x11/overlay_x11.doc
index 3a6eff03..143d64f8 100644
--- a/examples/opengl/overlay_x11/overlay_x11.doc
+++ b/examples/opengl/overlay_x11/overlay_x11.doc
@@ -13,7 +13,7 @@ planes.
Overlayrubber: An example program showing how to use TQt and TQt OpenGL
Extension with X11 overlay visuals.
-See \c{$QTDIR/examples/opengl/overlay_x11} for the source code.
+See \c{$TQTDIR/examples/opengl/overlay_x11} for the source code.
Background information for this example can be found in the
information on \link opengl-x11-overlays.html overlays\endlink.
diff --git a/examples/opengl/sharedbox/sharedbox.doc b/examples/opengl/sharedbox/sharedbox.doc
index 21e7a66a..f3fb52bf 100644
--- a/examples/opengl/sharedbox/sharedbox.doc
+++ b/examples/opengl/sharedbox/sharedbox.doc
@@ -10,7 +10,7 @@ opengl-box-example.html Box example\endlink.
It demonstrates how to use OpenGL display list sharing with
QGLWidgets.
-See \c{$QTDIR/examples/opengl/sharedbox} for the source code.
+See \c{$TQTDIR/examples/opengl/sharedbox} for the source code.
*/
diff --git a/examples/opengl/texture/texture.doc b/examples/opengl/texture/texture.doc
index 28f1d3fb..54b60b3a 100644
--- a/examples/opengl/texture/texture.doc
+++ b/examples/opengl/texture/texture.doc
@@ -5,6 +5,6 @@
This example program demonstrates how to use OpenGL 2D textures.
-See \c{$QTDIR/examples/opengl/texture} for the source code.
+See \c{$TQTDIR/examples/opengl/texture} for the source code.
*/
diff --git a/examples/tablet/tablet.doc b/examples/tablet/tablet.doc
index 8ee77f8f..7112d134 100644
--- a/examples/tablet/tablet.doc
+++ b/examples/tablet/tablet.doc
@@ -5,7 +5,7 @@
This example shows how to interact with a tablet device.
- See \c{$QTDIR/examples/tablet} for the source code.
+ See \c{$TQTDIR/examples/tablet} for the source code.
*/
diff --git a/examples/textedit/textedit.doc b/examples/textedit/textedit.doc
index 58458cc3..5f89ae4b 100644
--- a/examples/textedit/textedit.doc
+++ b/examples/textedit/textedit.doc
@@ -11,7 +11,7 @@
designer-manual.book TQt Designer manual\endlink.
- See \c{$QTDIR/examples/textedit} for the source code.
+ See \c{$TQTDIR/examples/textedit} for the source code.
*/
diff --git a/examples/toplevel/toplevel.doc b/examples/toplevel/toplevel.doc
index 0951433b..fdfa5e4e 100644
--- a/examples/toplevel/toplevel.doc
+++ b/examples/toplevel/toplevel.doc
@@ -123,9 +123,9 @@
Finally the window is shown with the new attributes.
To build the example go to the toplevel directory
- (\c QTDIR/examples/toplevel)
+ (\c TQTDIR/examples/toplevel)
\footnote
- We use \c QTDIR to stand for the directory where TQt is installed.
+ We use \c TQTDIR to stand for the directory where TQt is installed.
\endfootnote
and run \c qmake to generate the makefile, then use the make tool to
build the library.
diff --git a/examples/widgets/widgets.doc b/examples/widgets/widgets.doc
index 8bdc6100..323acadc 100644
--- a/examples/widgets/widgets.doc
+++ b/examples/widgets/widgets.doc
@@ -4,12 +4,12 @@
\title Widgets Example
This example shows most of Qt's widgets in action. It is similar
- to the demo example in \c{$QTDIR/examples/demo}.
+ to the demo example in \c{$TQTDIR/examples/demo}.
Run the program, then click the right mouse button + Ctrl to
identify a widget.
- See \c{$QTDIR/examples/widgets} for the source code.
+ See \c{$TQTDIR/examples/widgets} for the source code.
*/