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 d2256bb66..6f350620a 100644 --- a/src/kernel/qpixmapcache.cpp +++ b/src/kernel/qpixmapcache.cpp @@ -307,7 +307,7 @@ void TQPixmapCache::setCacheLimit( int n ) { #ifdef Q_WS_MAC9 if(n > 256) - qWarning("TQPixmapCache::setCacheLimit: Setting cache limits high is harmfull to mac9's health"); + tqWarning("TQPixmapCache::setCacheLimit: Setting cache limits high is harmfull to mac9's health"); #endif cache_limit = n; if ( pm_cache ) |