summaryrefslogtreecommitdiffstats
path: root/src/gvcore/xcursor.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-26 21:04:57 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-26 21:04:57 +0000
commitbf7f88413be3831a9372d323d02fc0335b9f9188 (patch)
tree516fdef9206245b40a14f99b4e3d9ef9289196e0 /src/gvcore/xcursor.h
parente238aa77b1fb3c2f55aef2ef2c91ce52166d2cc8 (diff)
downloadgwenview-bf7f88413be3831a9372d323d02fc0335b9f9188.tar.gz
gwenview-bf7f88413be3831a9372d323d02fc0335b9f9188.zip
TQt4 port Gwenview
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gwenview@1233720 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/gvcore/xcursor.h')
-rw-r--r--src/gvcore/xcursor.h6
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;
};