diff options
Diffstat (limited to 'src/kernel/qpixmapcache.cpp')
-rw-r--r-- | src/kernel/qpixmapcache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qpixmapcache.cpp b/src/kernel/qpixmapcache.cpp index ee70e19..9cfcadb 100644 --- a/src/kernel/qpixmapcache.cpp +++ b/src/kernel/qpixmapcache.cpp @@ -307,7 +307,7 @@ void QPixmapCache::setCacheLimit( int n ) { #ifdef Q_WS_MAC9 if(n > 256) - qWarning("QPixmapCache::setCacheLimit: Setting cache limits high is harmfull to mac9's health"); + tqWarning("QPixmapCache::setCacheLimit: Setting cache limits high is harmfull to mac9's health"); #endif cache_limit = n; if ( pm_cache ) |