| 1 | /* |
|---|---|
| 2 | SPDX-FileCopyrightText: 2017 Alexander Potashev <aspotashev@gmail.com> |
| 3 | |
| 4 | SPDX-License-Identifier: LGPL-2.1-or-later |
| 5 | */ |
| 6 | |
| 7 | #ifndef KTOOLBARHELPER_P_H |
| 8 | #define KTOOLBARHELPER_P_H |
| 9 | |
| 10 | #include <QDomDocument> |
| 11 | |
| 12 | namespace KToolbarHelper |
| 13 | { |
| 14 | QString i18nToolBarName(const QDomElement &element); |
| 15 | |
| 16 | } |
| 17 | |
| 18 | #endif // KTOOLBARHELPER_P_H |
| 19 |
