summaryrefslogtreecommitdiff
path: root/ACE/tests/QtReactor_Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/QtReactor_Test.h')
-rw-r--r--ACE/tests/QtReactor_Test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/tests/QtReactor_Test.h b/ACE/tests/QtReactor_Test.h
index 6996ad274b1..43ec4df3107 100644
--- a/ACE/tests/QtReactor_Test.h
+++ b/ACE/tests/QtReactor_Test.h
@@ -3,8 +3,8 @@
#ifndef QTREACTOR_TEST_H
#define QTREACTOR_TEST_H
-#include <qapplication.h>
-#include <qtimer.h>
+#include <QtGui/qapplication.h>
+#include <QtCore/qtimer.h>
class QTestApplication: public QApplication
{