summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qnx/qqnxrasterbackingstore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/qnx/qqnxrasterbackingstore.h')
-rw-r--r--src/plugins/platforms/qnx/qqnxrasterbackingstore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/platforms/qnx/qqnxrasterbackingstore.h b/src/plugins/platforms/qnx/qqnxrasterbackingstore.h
index 4e682aa52d..35efd68571 100644
--- a/src/plugins/platforms/qnx/qqnxrasterbackingstore.h
+++ b/src/plugins/platforms/qnx/qqnxrasterbackingstore.h
@@ -48,7 +48,7 @@
QT_BEGIN_NAMESPACE
-class QQnxWindow;
+class QQnxRasterWindow;
class QQnxRasterBackingStore : public QPlatformBackingStore
{
@@ -72,7 +72,7 @@ private:
int dy;
};
- QQnxWindow *platformWindow() const;
+ QQnxRasterWindow *platformWindow() const;
QWindow *m_window;
QList<ScrollOp> m_scrollOpList;