From 63124f569ca8f6dec6431c667f02d2f985db2979 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Sun, 19 Dec 2021 15:55:33 +0100 Subject: Port away from deprecated I18N*_NOOP macros --- src/kitemviews/kfileitemmodel.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/kitemviews/kfileitemmodel.h') diff --git a/src/kitemviews/kfileitemmodel.h b/src/kitemviews/kfileitemmodel.h index 471cfc2d2..f88a8830a 100644 --- a/src/kitemviews/kfileitemmodel.h +++ b/src/kitemviews/kfileitemmodel.h @@ -12,6 +12,7 @@ #include "kitemviews/private/kfileitemmodelfilter.h" #include +#include #include #include @@ -440,10 +441,8 @@ private: { const char* const role; const RoleType roleType; - const char* const roleTranslationContext; - const char* const roleTranslation; - const char* const groupTranslationContext; - const char* const groupTranslation; + const KLazyLocalizedString roleTranslation; + const KLazyLocalizedString groupTranslation; const bool requiresBaloo; const bool requiresIndexer; }; -- cgit v1.3