summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>2012-04-13 16:28:26 -0700
committerQt by Nokia <qt-info@nokia.com>2012-04-15 01:39:33 +0200
commit763de6965cb967ad2432420e05788b2df16e9367 (patch)
tree8d522f9bf21432f8239234d110b957e866235800 /src
parent70cb9598af116360702eb71868957400f67d8003 (diff)
Fix header inclusion guard
Change-Id: Icc537d5b52315b9563078da9fa69ddd67b567f76 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/gui/kernel/qguiapplication_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kernel/qguiapplication_p.h b/src/gui/kernel/qguiapplication_p.h
index ca8f90ab79..c0cee51832 100644
--- a/src/gui/kernel/qguiapplication_p.h
+++ b/src/gui/kernel/qguiapplication_p.h
@@ -39,8 +39,8 @@
**
****************************************************************************/
-#ifndef QGUIAPPLICATION_QPA_P_H
-#define QGUIAPPLICATION_QPA_P_H
+#ifndef QGUIAPPLICATION_P_H
+#define QGUIAPPLICATION_P_H
#include <QtGui/qguiapplication.h>
@@ -233,4 +233,4 @@ QT_END_NAMESPACE
QT_END_HEADER
-#endif // QGUIAPPLICATION_QPA_P_H
+#endif // QGUIAPPLICATION_P_H