diff options
author | Anders Bakken <anders.bakken@nokia.com> | 2009-04-22 19:31:03 (GMT) |
---|---|---|
committer | Anders Bakken <anders.bakken@nokia.com> | 2009-04-22 19:31:03 (GMT) |
commit | 08218fb6dbcc4f133c20cdc3a4e6575606924a29 (patch) | |
tree | 3f6eb123482d09149e26b16aea473542cbd44432 /src/plugins/gfxdrivers | |
parent | 8d7729cd116d40b0ab0bc65a709fe7b70ba84e64 (diff) | |
download | Qt-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.cpp | 4 |
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 |