summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/qprivateslots.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/moc/qprivateslots.h')
-rw-r--r--tests/auto/tools/moc/qprivateslots.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/tools/moc/qprivateslots.h b/tests/auto/tools/moc/qprivateslots.h
index 5b0db3d27e..82a68270af 100644
--- a/tests/auto/tools/moc/qprivateslots.h
+++ b/tests/auto/tools/moc/qprivateslots.h
@@ -39,6 +39,9 @@
**
****************************************************************************/
+#ifndef QPRIVATESLOTS_H
+#define QPRIVATESLOTS_H
+
#include <QObject>
struct TestQPrivateSlots_Private
@@ -58,3 +61,4 @@ private:
TestQPrivateSlots_Private *d;
};
+#endif // QPRIVATESLOTS_H