summaryrefslogtreecommitdiffstats
path: root/src/testlib
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2009-09-30 16:39:57 +0200
committerOlivier Goffart <ogoffart@trolltech.com>2009-09-30 16:39:57 +0200
commit5022e56d71237292138cc8c912a467049c538445 (patch)
treea5d25c4797c36e8546879a02129aaa2d3f4af525 /src/testlib
parent76b8df83645c66c15d58bf12d7ffa3ea944ecb07 (diff)
Compilation fix for tests thas doesn't include qapplication.h
Diffstat (limited to 'src/testlib')
-rw-r--r--src/testlib/qtestsystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/qtestsystem.h b/src/testlib/qtestsystem.h
index e8b835985d..8caec765af 100644
--- a/src/testlib/qtestsystem.h
+++ b/src/testlib/qtestsystem.h
@@ -75,7 +75,7 @@ namespace QTest
{
#if defined(Q_WS_X11)
qt_x11_wait_for_window_manager(window);
- QApplication::processEvents();
+ QCoreApplication::processEvents();
#elif defined(Q_WS_QWS)
Q_UNUSED(window);
qWait(100);