Fix include guard
authorLuciano Montanaro <mikelima@cirulla.net>
Fri, 27 Dec 2013 14:26:59 +0000 (15:26 +0100)
committerLuciano Montanaro <mikelima@cirulla.net>
Fri, 27 Dec 2013 14:26:59 +0000 (15:26 +0100)
application/stationitem.h

index 384df0d..126dc26 100644 (file)
@@ -19,8 +19,8 @@ Boston, MA 02110-1301, USA.
 
 */
 
-#ifndef STATIONSCHEDULEITEM_H
-#define STATIONSCHEDULEITEM_H
+#ifndef STATIONITEM_H
+#define STATIONITEM_H
 
 #include <QSharedDataPointer>
 #include <QGeoCoordinate>
@@ -53,4 +53,4 @@ private:
     QSharedDataPointer<StationItemData> d;
 };
 
-#endif // STATIONSCHEDULEITEM_H
+#endif // STATIONITEM_H