summaryrefslogtreecommitdiffstats
path: root/ksvg/impl/LRUCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/impl/LRUCache.h')
-rw-r--r--ksvg/impl/LRUCache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/impl/LRUCache.h b/ksvg/impl/LRUCache.h
index 879f1856..f9045262 100644
--- a/ksvg/impl/LRUCache.h
+++ b/ksvg/impl/LRUCache.h
@@ -21,7 +21,7 @@
#ifndef LRUCACHE_H
#define LRUCACHE_H
-#include <qvaluelist.h>
+#include <tqvaluelist.h>
namespace KSVG
{
@@ -61,7 +61,7 @@ protected:
int m_cost;
};
- typedef QValueList<CacheItem> CacheItemList;
+ typedef TQValueList<CacheItem> CacheItemList;
typename CacheItemList::iterator find(const keyType& key);
void enforceCostConstraint();