From 9a75b154bf0732aa3a501b6e31e566e06c5f8a31 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:11:59 -0600 Subject: Undo prior accidental commit --- src/opengl/qgl.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/opengl/qgl.cpp') diff --git a/src/opengl/qgl.cpp b/src/opengl/qgl.cpp index 51cb0b3..c2a35ea 100644 --- a/src/opengl/qgl.cpp +++ b/src/opengl/qgl.cpp @@ -159,7 +159,7 @@ static QCleanupHandler qgl_cleanup_format; if ( !w->format().stereo() ) { // ok, goggles off if ( !w->format().hasOverlay() ) { - tqFatal( "Cool hardware required" ); + qFatal( "Cool hardware required" ); } } \endcode @@ -211,9 +211,9 @@ QGLFormat::QGLFormat() : QGLWidget( QGLFormat( StencilBuffer | AlphaChannel ), parent, name ) { if ( !format().stencil() ) - tqWarning( "Could not get stencil buffer; results will be suboptimal" ); + qWarning( "Could not get stencil buffer; results will be suboptimal" ); if ( !format().alphaChannel() ) - tqWarning( "Could not get alpha channel; results will be suboptimal" ); + qWarning( "Could not get alpha channel; results will be suboptimal" ); ... } \endcode @@ -877,7 +877,7 @@ void QGLContext::setDevice( QPaintDevice *pDev ) if ( d->paintDevice && (d->paintDevice->devType() != QInternal::Widget && d->paintDevice->devType() != QInternal::Pixmap) ) { #if defined(QT_CHECK_RANGE) - tqWarning( "QGLContext: Unsupported paint device type" ); + qWarning( "QGLContext: Unsupported paint device type" ); #endif } } -- cgit v1.2.3