summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms')
-rw-r--r--src/plugins/platforms/qnx/qqnxintegration.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/platforms/qnx/qqnxintegration.cpp b/src/plugins/platforms/qnx/qqnxintegration.cpp
index 538f8fa59c..ad2da5e3c9 100644
--- a/src/plugins/platforms/qnx/qqnxintegration.cpp
+++ b/src/plugins/platforms/qnx/qqnxintegration.cpp
@@ -442,10 +442,10 @@ void QQnxIntegration::createDisplays()
m_screens.append(screen);
screenAdded(screen);
- QObject::connect(m_screenEventHandler, SIGNAL(newWindowCreated(void *)),
- screen, SLOT(newWindowCreated(void *)));
- QObject::connect(m_screenEventHandler, SIGNAL(windowClosed(void *)),
- screen, SLOT(windowClosed(void *)));
+ QObject::connect(m_screenEventHandler, SIGNAL(newWindowCreated(void*)),
+ screen, SLOT(newWindowCreated(void*)));
+ QObject::connect(m_screenEventHandler, SIGNAL(windowClosed(void*)),
+ screen, SLOT(windowClosed(void*)));
QObject::connect(m_navigatorEventHandler, SIGNAL(rotationChanged(int)), screen, SLOT(setRotation(int)));
QObject::connect(m_navigatorEventHandler, SIGNAL(windowGroupActivated(QByteArray)), screen, SLOT(activateWindowGroup(QByteArray)));