File indexing completed on 2024-10-06 03:46:39
0001 /* 0002 SPDX-FileCopyrightText: 2003 Russell Steffen <rsteffen@bayarea.net> 0003 SPDX-FileCopyrightText: 2003 Stephan Zehetner <s.zehetner@nevox.org> 0004 SPDX-FileCopyrightText: 2006 Dmitry Suzdalev <dimsuz@gmail.com> 0005 SPDX-FileCopyrightText: 2006 Inge Wallin <inge@lysator.liu.se> 0006 SPDX-FileCopyrightText: 2006 Pierre Ducroquet <pinaraf@gmail.com> 0007 0008 SPDX-License-Identifier: GPL-2.0-or-later 0009 */ 0010 0011 #ifndef KONQUEST_IMAGES_H 0012 #define KONQUEST_IMAGES_H 0013 0014 #include <QStandardPaths> 0015 0016 #define IMAGE_SPLASH QStandardPaths::locate(QStandardPaths::AppDataLocation, QStringLiteral("pics/konquest-splash.png")) 0017 #define IMAGES_SVG QStandardPaths::locate(QStandardPaths::AppDataLocation, QStringLiteral("pics/default_theme.svgz")) 0018 0019 #endif // KONQUEST_IMAGES_H