summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/linuxfb
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2010-06-24 12:02:41 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2010-06-24 12:47:13 (GMT)
commit1e88fd57c693db1e4b6f0c42a2c05fad935fb4b9 (patch)
tree54fb226c3931f008181e7163476bfce06807362a /src/plugins/platforms/linuxfb
parent3a34a71c6f70a709ac494e65d465dcd4e346ccbb (diff)
downloadQt-1e88fd57c693db1e4b6f0c42a2c05fad935fb4b9.zip
Qt-1e88fd57c693db1e4b6f0c42a2c05fad935fb4b9.tar.gz
Qt-1e88fd57c693db1e4b6f0c42a2c05fad935fb4b9.tar.bz2
Refactored QGraphicsSystemCursor -> QPlatformCursor
Diffstat (limited to 'src/plugins/platforms/linuxfb')
-rw-r--r--src/plugins/platforms/linuxfb/qlinuxfbintegration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/linuxfb/qlinuxfbintegration.cpp b/src/plugins/platforms/linuxfb/qlinuxfbintegration.cpp
index f79f956..437af81 100644
--- a/src/plugins/platforms/linuxfb/qlinuxfbintegration.cpp
+++ b/src/plugins/platforms/linuxfb/qlinuxfbintegration.cpp
@@ -811,7 +811,7 @@ QLinuxFbScreen::QLinuxFbScreen(uchar * d, int w,
mFormat);
mFbScreenImage = new QImage(data, mGeometry.width(), mGeometry.height(),
bytesPerLine, mFormat);
- cursor = new QGraphicsSystemSoftwareCursor(this);
+ cursor = new QPlatformSoftwareCursor(this);
}
void QLinuxFbScreen::setGeometry(QRect rect)