From 0d152472475aae54385f47d709c59a792689f7b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 23 Aug 2015 16:05:53 +0200 Subject: NOISSUE remoce the old WM_CLASS workaround --- application/dialogs/IconPickerDialog.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'application/dialogs/IconPickerDialog.cpp') diff --git a/application/dialogs/IconPickerDialog.cpp b/application/dialogs/IconPickerDialog.cpp index cafd47b7..7bde6fd0 100644 --- a/application/dialogs/IconPickerDialog.cpp +++ b/application/dialogs/IconPickerDialog.cpp @@ -22,7 +22,6 @@ #include "IconPickerDialog.h" #include "ui_IconPickerDialog.h" -#include "Platform.h" #include "groupview/InstanceDelegate.h" #include "icons/IconList.h" @@ -30,7 +29,6 @@ IconPickerDialog::IconPickerDialog(QWidget *parent) : QDialog(parent), ui(new Ui::IconPickerDialog) { - MultiMCPlatform::fixWM_CLASS(this); ui->setupUi(this); setWindowModality(Qt::WindowModal); -- cgit v1.2.3