diff options
Diffstat (limited to 'examples/qtapp')
-rw-r--r-- | examples/qtapp/myqt.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/qtapp/myqt.cpp b/examples/qtapp/myqt.cpp index d13302f..01e01f9 100644 --- a/examples/qtapp/myqt.cpp +++ b/examples/qtapp/myqt.cpp @@ -24,7 +24,7 @@ QPixmap MyQT::loadImage() if(!lib.isLoaded()) { - qWarning("Can't load BMP library."); + tqWarning("Can't load BMP library."); tqApp->quit(); } @@ -38,7 +38,7 @@ QPixmap MyQT::loadImage() if(!codec_create || !codec_destroy) { - qWarning("Library corrupted."); + tqWarning("Library corrupted."); lib.unload(); tqApp->quit(); } @@ -47,7 +47,7 @@ QPixmap MyQT::loadImage() if(!QFile::exists(s)) { - qWarning("Can't find example image."); + tqWarning("Can't find example image."); lib.unload(); tqApp->quit(); } |