fix a camel case include guard macro
Change-Id: I502ecf6c862f101e426536e11f5c466ed3419946 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
6aa1b6e015
commit
44b9e31a0a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue