summaryrefslogtreecommitdiffstats
path: root/khtml/khtml_pagecache.h
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/khtml_pagecache.h')
-rw-r--r--khtml/khtml_pagecache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/khtml/khtml_pagecache.h b/khtml/khtml_pagecache.h
index 9b41950a7..ac9ea5b4b 100644
--- a/khtml/khtml_pagecache.h
+++ b/khtml/khtml_pagecache.h
@@ -38,7 +38,7 @@ class KHTMLPageCachePrivate;
*
* It operates completely independent from the kio_http cache.
*/
-class KHTMLPageCache : public QObject
+class KHTMLPageCache : public TQObject
{
Q_OBJECT
public:
@@ -113,7 +113,7 @@ private:
KHTMLPageCachePrivate *d;
};
-class KHTMLPageCacheDelivery : public QObject
+class KHTMLPageCacheDelivery : public TQObject
{
friend class KHTMLPageCache;
Q_OBJECT