summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/Source/WebCore/platform/KURL.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/Source/WebCore/platform/KURL.h')
-rw-r--r--src/3rdparty/webkit/Source/WebCore/platform/KURL.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/webkit/Source/WebCore/platform/KURL.h b/src/3rdparty/webkit/Source/WebCore/platform/KURL.h
index 94dcba8a4a..fd2af60170 100644
--- a/src/3rdparty/webkit/Source/WebCore/platform/KURL.h
+++ b/src/3rdparty/webkit/Source/WebCore/platform/KURL.h
@@ -34,7 +34,7 @@
typedef const struct __CFURL* CFURLRef;
#endif
-#if PLATFORM(MAC)
+#if PLATFORM(MAC) || (PLATFORM(QT) && USE(QTKIT))
#ifdef __OBJC__
@class NSURL;
#else
@@ -202,7 +202,7 @@ public:
CFURLRef createCFURL() const;
#endif
-#if PLATFORM(MAC)
+#if PLATFORM(MAC) || (PLATFORM(QT) && USE(QTKIT))
KURL(NSURL*);
operator NSURL*() const;
#endif