summaryrefslogtreecommitdiff
path: root/tests/auto/qx11info/tst_qx11info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qx11info/tst_qx11info.cpp')
-rw-r--r--tests/auto/qx11info/tst_qx11info.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qx11info/tst_qx11info.cpp b/tests/auto/qx11info/tst_qx11info.cpp
index 115de70..b680834 100644
--- a/tests/auto/qx11info/tst_qx11info.cpp
+++ b/tests/auto/qx11info/tst_qx11info.cpp
@@ -81,8 +81,8 @@ void tst_QX11Info::staticFunctionsBeforeQApplication()
void *appVisual = QX11Info::appVisual();
QCOMPARE(appVisual, static_cast<void *>(0));
#endif
- Qt::HANDLE appRootWindow = QX11Info::appRootWindow();
- QCOMPARE(appRootWindow, static_cast<Qt::HANDLE>(0));
+ unsigned long appRootWindow = QX11Info::appRootWindow();
+ QCOMPARE(appRootWindow, static_cast<unsigned long>(0));
#if 0
bool appDefaultColormap = QX11Info::appDefaultColormap();