summaryrefslogtreecommitdiffstats
path: root/src/gvcore/jpegformattype.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gvcore/jpegformattype.h')
-rw-r--r--src/gvcore/jpegformattype.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gvcore/jpegformattype.h b/src/gvcore/jpegformattype.h
index b92b69d..3aeed7a 100644
--- a/src/gvcore/jpegformattype.h
+++ b/src/gvcore/jpegformattype.h
@@ -29,7 +29,7 @@
#ifndef gvjpegformattype_h
#define gvjpegformattype_h
-#include <qasyncimageio.h>
+#include <tqasyncimageio.h>
namespace Gwenview {
@@ -38,9 +38,9 @@ namespace Gwenview {
*
* An incremental loader factory for JPEG's.
*/
-class JPEGFormatType : public QImageFormatType {
+class JPEGFormatType : public TQImageFormatType {
public:
- QImageFormat* decoderFor(const uchar* buffer, int length);
+ TQImageFormat* decoderFor(const uchar* buffer, int length);
const char* formatName() const;
};