aboutsummaryrefslogtreecommitdiff
path: root/libraries/iconfix/xdgicon.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2021-10-13 21:29:53 +0200
committerPetr Mrázek <peterix@gmail.com>2021-10-21 00:47:53 +0200
commitf39c313c5fa1b7a76e3d28219310a471cc5114e7 (patch)
tree5401c08d2ab8a70a6016395d7eeb6b46a3b2960e /libraries/iconfix/xdgicon.h
parent462a44b4be02b04c4ee2941bc9aaabfcbe720590 (diff)
downloadPrismLauncher-f39c313c5fa1b7a76e3d28219310a471cc5114e7.tar.gz
PrismLauncher-f39c313c5fa1b7a76e3d28219310a471cc5114e7.tar.bz2
PrismLauncher-f39c313c5fa1b7a76e3d28219310a471cc5114e7.zip
NOISSUE fix _ICONFIX_EXPORT
Diffstat (limited to 'libraries/iconfix/xdgicon.h')
-rw-r--r--libraries/iconfix/xdgicon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/iconfix/xdgicon.h b/libraries/iconfix/xdgicon.h
index 1380607c..d37eb718 100644
--- a/libraries/iconfix/xdgicon.h
+++ b/libraries/iconfix/xdgicon.h
@@ -31,9 +31,9 @@
#include <QString>
#include <QStringList>
-#include "multimc_iconfix_export.h"
+#include "launcher_iconfix_export.h"
-class MULTIMC_ICONFIX_EXPORT XdgIcon
+class LAUNCHER_ICONFIX_EXPORT XdgIcon
{
public:
static QIcon fromTheme(const QString &iconName, const QIcon &fallback = QIcon());