summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/gui/icons/IconList.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/gui/icons/IconList.h b/api/gui/icons/IconList.h
index 971db824..04dea2cd 100644
--- a/api/gui/icons/IconList.h
+++ b/api/gui/icons/IconList.h
@@ -25,11 +25,11 @@
#include "settings/Setting.h"
#include "Env.h" // there is a global icon list inside Env.
-#include "multimc_logic_export.h"
+#include "multimc_gui_export.h"
class QFileSystemWatcher;
-class MULTIMC_LOGIC_EXPORT IconList : public QAbstractListModel
+class MULTIMC_GUI_EXPORT IconList : public QAbstractListModel
{
Q_OBJECT
public: