summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/error-on-wrong-notify.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/moc/error-on-wrong-notify.h')
-rw-r--r--tests/auto/tools/moc/error-on-wrong-notify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/tools/moc/error-on-wrong-notify.h b/tests/auto/tools/moc/error-on-wrong-notify.h
index 11f5e954db..9e6b27bff3 100644
--- a/tests/auto/tools/moc/error-on-wrong-notify.h
+++ b/tests/auto/tools/moc/error-on-wrong-notify.h
@@ -28,7 +28,7 @@
#ifndef ERROR_ON_WRONG_NOTIFY_H
#define ERROR_ON_WRONG_NOTIFY_H
-#include <QObject>
+#include <QtCore/QObject>
class ClassWithWrongNOTIFY : public QObject
{