fix a camel case include guard macro

Change-Id: I502ecf6c862f101e426536e11f5c466ed3419946
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Tasuku Suzuki 2014-08-25 22:46:38 +09:00
parent 6aa1b6e015
commit 44b9e31a0a
1 changed files with 3 additions and 3 deletions

View File

@ -39,8 +39,8 @@
**
****************************************************************************/
#ifndef QWidgetLineControl_P_H
#define QWidgetLineControl_P_H
#ifndef QWIDGETLINECONTROL_P_H
#define QWIDGETLINECONTROL_P_H
//
// W A R N I N G
@ -555,4 +555,4 @@ QT_END_NAMESPACE
#endif // QT_NO_LINEEDIT
#endif // QWidgetLineControl_P_H
#endif // QWIDGETLINECONTROL_P_H