File indexing completed on 2024-03-24 15:40:50

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