diff options
Diffstat (limited to 'data/instancemodel.h')
-rw-r--r-- | data/instancemodel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/instancemodel.h b/data/instancemodel.h index 4bd34831..9678fef0 100644 --- a/data/instancemodel.h +++ b/data/instancemodel.h @@ -13,8 +13,8 @@ * limitations under the License. */ -#ifndef INSTANCELIST_H -#define INSTANCELIST_H +#ifndef INSTANCEMODEL_H +#define INSTANCEMODEL_H #include <QList> #include <QMap> @@ -134,4 +134,4 @@ private: InstanceGroup * implicitGroup; }; -#endif // INSTANCELIST_H +#endif // INSTANCEMODEL_H |