diff --git a/libs/image/filter/kis_filter_category_ids.cpp b/libs/image/filter/kis_filter_category_ids.cpp index 5ced981cb1..e690a3e372 100644 --- a/libs/image/filter/kis_filter_category_ids.cpp +++ b/libs/image/filter/kis_filter_category_ids.cpp @@ -1,32 +1,32 @@ /* * Copyright (c) 2018 Victor Wåhlström * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this library; see the file COPYING.LIB. If not, write to * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. */ #include "kis_filter_category_ids.h" #include -const KoID FiltersCategoryAdjustId("adjust_filters", i18n("Adjust")); -const KoID FiltersCategoryArtisticId("artistic_filters", i18n("Artistic")); -const KoID FiltersCategoryBlurId("blur_filters", i18n("Blur")); -const KoID FiltersCategoryColorId("color_filters", i18n("Colors")); -const KoID FiltersCategoryEdgeDetectionId("edge_filters", i18n("Edge Detection")); -const KoID FiltersCategoryEmbossId("emboss_filters", i18n("Emboss")); -const KoID FiltersCategoryEnhanceId("enhance_filters", i18n("Enhance")); -const KoID FiltersCategoryMapId("map_filters", i18n("Map")); -const KoID FiltersCategoryOtherId("other_filters", i18n("Other")); +const KoID FiltersCategoryAdjustId("adjust_filters", ki18n("Adjust")); +const KoID FiltersCategoryArtisticId("artistic_filters", ki18n("Artistic")); +const KoID FiltersCategoryBlurId("blur_filters", ki18n("Blur")); +const KoID FiltersCategoryColorId("color_filters", ki18n("Colors")); +const KoID FiltersCategoryEdgeDetectionId("edge_filters", ki18n("Edge Detection")); +const KoID FiltersCategoryEmbossId("emboss_filters", ki18n("Emboss")); +const KoID FiltersCategoryEnhanceId("enhance_filters", ki18n("Enhance")); +const KoID FiltersCategoryMapId("map_filters", ki18n("Map")); +const KoID FiltersCategoryOtherId("other_filters", ki18n("Other"));