summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers
diff options
context:
space:
mode:
authorAnders Bakken <anders.bakken@nokia.com>2009-04-22 19:31:03 (GMT)
committerAnders Bakken <anders.bakken@nokia.com>2009-04-22 19:31:03 (GMT)
commit08218fb6dbcc4f133c20cdc3a4e6575606924a29 (patch)
tree3f6eb123482d09149e26b16aea473542cbd44432 /src/plugins/gfxdrivers
parent8d7729cd116d40b0ab0bc65a709fe7b70ba84e64 (diff)
downloadQt-08218fb6dbcc4f133c20cdc3a4e6575606924a29.zip
Qt-08218fb6dbcc4f133c20cdc3a4e6575606924a29.tar.gz
Qt-08218fb6dbcc4f133c20cdc3a4e6575606924a29.tar.bz2
Compile
Reviewed-by: TrustMe
Diffstat (limited to 'src/plugins/gfxdrivers')
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp b/src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp
index b2b8e9b..3e54e7f 100644
--- a/src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp
+++ b/src/plugins/gfxdrivers/directfb/qdirectfbscreen.cpp
@@ -958,13 +958,13 @@ bool QDirectFBScreen::initDevice()
{
#ifndef QT_NO_DIRECTFB_MOUSE
if (qgetenv("QWS_MOUSE_PROTO").isEmpty()) {
- QWSServer::instance()->->setDefaultMouse("None");
+ QWSServer::instance()->setDefaultMouse("None");
d_ptr->mouse = new QDirectFBMouseHandler;
}
#endif
#ifndef QT_NO_DIRECTFB_KEYBOARD
if (qgetenv("QWS_KEYBOARD").isEmpty()) {
- QWSServer::instance()->->setDefaultKeyboard("None");
+ QWSServer::instance()->setDefaultKeyboard("None");
d_ptr->keyboard = new QDirectFBKeyboardHandler(QString());
}
#endif