summaryrefslogtreecommitdiffstats
path: root/src/kernel/qpixmapcache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qpixmapcache.cpp')
-rw-r--r--src/kernel/qpixmapcache.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qpixmapcache.cpp b/src/kernel/qpixmapcache.cpp
index 6f350620a..c30e5b9d0 100644
--- a/src/kernel/qpixmapcache.cpp
+++ b/src/kernel/qpixmapcache.cpp
@@ -95,7 +95,7 @@
static const int cache_size = 149; // size of internal hash array
-#ifdef Q_WS_MAC9
+#ifdef TQ_WS_MAC9
static int cache_limit = 256; // 256 KB cache limit
#else
static int cache_limit = 1024; // 1024 KB cache limit
@@ -305,7 +305,7 @@ int TQPixmapCache::cacheLimit()
void TQPixmapCache::setCacheLimit( int n )
{
-#ifdef Q_WS_MAC9
+#ifdef TQ_WS_MAC9
if(n > 256)
tqWarning("TQPixmapCache::setCacheLimit: Setting cache limits high is harmfull to mac9's health");
#endif