summaryrefslogtreecommitdiffstats
path: root/khtml/misc/loader_jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/misc/loader_jpeg.h')
-rw-r--r--khtml/misc/loader_jpeg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/khtml/misc/loader_jpeg.h b/khtml/misc/loader_jpeg.h
index f96d1f135..c97b2bcbf 100644
--- a/khtml/misc/loader_jpeg.h
+++ b/khtml/misc/loader_jpeg.h
@@ -26,7 +26,7 @@
#ifndef _khtml_loader_jpeg_h
#define _khtml_loader_jpeg_h
-#include <qasyncimageio.h>
+#include <tqasyncimageio.h>
namespace khtml
{
@@ -38,7 +38,7 @@ namespace khtml
class KJPEGFormatType : public QImageFormatType
{
public:
- QImageFormat* decoderFor(const uchar* buffer, int length);
+ TQImageFormat* decoderFor(const uchar* buffer, int length);
const char* formatName() const;
};