QNX: Fix plugin compilation
authorRafael Roquetto <rafael.roquetto.qnx@kdab.com>
Mon, 3 Dec 2012 20:43:44 +0000 (18:43 -0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 4 Dec 2012 09:28:22 +0000 (10:28 +0100)
Fix the plugin compilation after cd34da54269e6cd7fa5c18242d982736f022a14a
renamed the QWindow API.

Change-Id: I3ec4ce9ae2df9a66f6bf24a18277bc59c05d2e8e
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
src/plugins/platforms/qnx/qqnxwindow.cpp

index 787f371..af7a89a 100644 (file)
@@ -269,7 +269,7 @@ void QQnxWindow::setVisible(bool visible)
 
     root->updateVisibility(root->m_visible);
 
-    window()->requestActivateWindow();
+    window()->requestActivate();
 
     if (window()->isTopLevel() && visible)
         QWindowSystemInterface::handleExposeEvent(window(), window()->geometry());