File indexing completed on 2024-04-21 16:12:22

0001 /*
0002     SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0003     SPDX-FileCopyrightText: 2021 Harald Sitter <sitter@kde.org>
0004 */
0005 
0006 #include "drkonqi_globals.h"
0007 
0008 #include <KLocalizedString>
0009 
0010 KGuiItem2 DrStandardGuiItem::appRestart()
0011 {
0012     return {i18nc("@action:button", "&Restart Application"),
0013             QIcon::fromTheme(QStringLiteral("system-reboot")),
0014             i18nc("@info:tooltip", "Use this button to restart the crashed application.")};
0015 }