summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 22:31:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 22:31:39 -0600
commit41bb408dde90e755b07cd2ab8a9bdec7548c84b0 (patch)
tree6d4d5407c000add30aa78630e009c0e5d633e440 /src/opengl/qgl.cpp
parent1740cd279522c060e738bbbffacab83355d2b794 (diff)
downloadtqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.tar.gz
tqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.zip
Automated conversion from qt3
Diffstat (limited to 'src/opengl/qgl.cpp')
-rw-r--r--src/opengl/qgl.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/opengl/qgl.cpp b/src/opengl/qgl.cpp
index 95cbae5d7..d8f8914c4 100644
--- a/src/opengl/qgl.cpp
+++ b/src/opengl/qgl.cpp
@@ -159,7 +159,7 @@ static TQCleanupHandler<TQGLFormat> qgl_cleanup_format;
if ( !w->format().stereo() ) {
// ok, goggles off
if ( !w->format().hasOverlay() ) {
- qFatal( "Cool hardware required" );
+ tqFatal( "Cool hardware required" );
}
}
\endcode
@@ -211,9 +211,9 @@ TQGLFormat::TQGLFormat()
: TQGLWidget( TQGLFormat( StencilBuffer | AlphaChannel ), parent, name )
{
if ( !format().stencil() )
- qWarning( "Could not get stencil buffer; results will be suboptimal" );
+ tqWarning( "Could not get stencil buffer; results will be suboptimal" );
if ( !format().alphaChannel() )
- qWarning( "Could not get alpha channel; results will be suboptimal" );
+ tqWarning( "Could not get alpha channel; results will be suboptimal" );
...
}
\endcode
@@ -877,7 +877,7 @@ void TQGLContext::setDevice( TQPaintDevice *pDev )
if ( d->paintDevice && (d->paintDevice->devType() != TQInternal::Widget
&& d->paintDevice->devType() != TQInternal::Pixmap) ) {
#if defined(QT_CHECK_RANGE)
- qWarning( "TQGLContext: Unsupported paint device type" );
+ tqWarning( "TQGLContext: Unsupported paint device type" );
#endif
}
}