File indexing completed on 2024-10-06 06:45:00
0001 /* 0002 SPDX-FileCopyrightText: 2017 Alexander Potashev <aspotashev@gmail.com> 0003 0004 SPDX-License-Identifier: LGPL-2.1-or-later 0005 */ 0006 0007 #ifndef KTOOLBARHELPER_P_H 0008 #define KTOOLBARHELPER_P_H 0009 0010 #include <QDomDocument> 0011 0012 namespace KToolbarHelper 0013 { 0014 QString i18nToolBarName(const QDomElement &element); 0015 0016 } 0017 0018 #endif // KTOOLBARHELPER_P_H