diff options
author | Timothy Pearson <[email protected]> | 2012-02-28 22:31:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-28 22:31:39 -0600 |
commit | 41bb408dde90e755b07cd2ab8a9bdec7548c84b0 (patch) | |
tree | 6d4d5407c000add30aa78630e009c0e5d633e440 /src/kernel/qasyncimageio.cpp | |
parent | 1740cd279522c060e738bbbffacab83355d2b794 (diff) | |
download | tqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.tar.gz tqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.zip |
Automated conversion from qt3
Diffstat (limited to 'src/kernel/qasyncimageio.cpp')
-rw-r--r-- | src/kernel/qasyncimageio.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qasyncimageio.cpp b/src/kernel/qasyncimageio.cpp index 320e4bd4b..277a2e08f 100644 --- a/src/kernel/qasyncimageio.cpp +++ b/src/kernel/qasyncimageio.cpp @@ -304,7 +304,7 @@ public: gif_decoder_factory = new TQGIFFormatType; #endif qt_init_image_handlers(); - qAddPostRoutine( cleanup ); + tqAddPostRoutine( cleanup ); } } @@ -438,7 +438,7 @@ TQImageFormatType* TQImageDecoder::format( const char* name ) f; f = TQImageDecoderPrivate::factories->next()) { - if ( qstricmp(name,f->formatName())==0 ) + if ( tqstricmp(name,f->formatName())==0 ) return f; } return 0; |