diff options
Diffstat (limited to 'redhat/dependencies/tqt3/tqt3-3.4.0-quiet.patch')
-rw-r--r-- | redhat/dependencies/tqt3/tqt3-3.4.0-quiet.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/redhat/dependencies/tqt3/tqt3-3.4.0-quiet.patch b/redhat/dependencies/tqt3/tqt3-3.4.0-quiet.patch index cb6080ab5..101838fad 100644 --- a/redhat/dependencies/tqt3/tqt3-3.4.0-quiet.patch +++ b/redhat/dependencies/tqt3/tqt3-3.4.0-quiet.patch @@ -3,10 +3,10 @@ @@ -394,8 +394,8 @@ { #if defined(QT_CHECK_STATE) - if ( qApp->type() == TQApplication::Tty ) { -- qWarning( "TQPixmap: Cannot create a TQPixmap when no GUI " + if ( tqApp->type() == TQApplication::Tty ) { +- tqWarning( "TQPixmap: Cannot create a TQPixmap when no GUI " - "is being used" ); -+// qWarning( "TQPixmap: Cannot create a TQPixmap when no GUI " ++// tqWarning( "TQPixmap: Cannot create a TQPixmap when no GUI " +// "is being used" ); } #endif |