diff options
Diffstat (limited to 'doc/man/man3/tqglcolormap.3qt')
-rw-r--r-- | doc/man/man3/tqglcolormap.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqglcolormap.3qt b/doc/man/man3/tqglcolormap.3qt index 2b614ad60..1a5d7624e 100644 --- a/doc/man/man3/tqglcolormap.3qt +++ b/doc/man/man3/tqglcolormap.3qt @@ -71,7 +71,7 @@ Example of use: .PP .nf .br - #include <ntqapplication.h> + #include <tqapplication.h> .br #include <tqglcolormap.h> .br @@ -80,7 +80,7 @@ Example of use: .br { .br - QApplication a( argc, argv ); + TQApplication a( argc, argv ); .br .br MySuperGLWidget widget( 0 ); // A TQGLWidget in color-index mode |