diff options
Diffstat (limited to 'src/utils/translation/translationmanager.h')
-rw-r--r-- | src/utils/translation/translationmanager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/translation/translationmanager.h b/src/utils/translation/translationmanager.h index 8a6f0c1e0..8d890fbd7 100644 --- a/src/utils/translation/translationmanager.h +++ b/src/utils/translation/translationmanager.h @@ -18,8 +18,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef UTILS_TRANSLATION_MANAGER_H -#define UTILS_TRANSLATION_MANAGER_H +#ifndef UTILS_TRANSLATION_TRANSLATIONMANAGER_H +#define UTILS_TRANSLATION_TRANSLATIONMANAGER_H #include "localconsts.h" @@ -45,4 +45,4 @@ class TranslationManager final StringVect &lines); }; -#endif // UTILS_TRANSLATION_MANAGER_H +#endif // UTILS_TRANSLATION_TRANSLATIONMANAGER_H |