diff options
Diffstat (limited to 'src/gvcore/xcursor.h')
-rw-r--r-- | src/gvcore/xcursor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gvcore/xcursor.h b/src/gvcore/xcursor.h index 27bec9a..977b93b 100644 --- a/src/gvcore/xcursor.h +++ b/src/gvcore/xcursor.h @@ -21,13 +21,13 @@ #ifndef gvxcursor_h #define gvxcursor_h -#include <qasyncimageio.h> +#include <tqasyncimageio.h> namespace Gwenview { -class XCursorFormatType : public QImageFormatType { +class XCursorFormatType : public TQImageFormatType { public: - QImageFormat* decoderFor(const uchar* buffer, int length); + TQImageFormat* decoderFor(const uchar* buffer, int length); const char* formatName() const; }; |