Warning, file /education/kiten/lib/kitenmacros.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 /* 0002 This file is part of Kiten, a KDE Japanese Reference Tool 0003 SPDX-FileCopyrightText: 2011 Daniel E. Moctezuma <democtezuma@gmail.com> 0004 0005 SPDX-License-Identifier: LGPL-2.0-or-later 0006 */ 0007 0008 #ifndef KITEN_MACROS_H 0009 #define KITEN_MACROS_H 0010 0011 #define EDICT QString("edict") 0012 #define KANJIDIC QString("kanjidic") 0013 0014 #endif