aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Ui/skinned/preseteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Ui/skinned/preseteditor.h')
-rw-r--r--src/plugins/Ui/skinned/preseteditor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Ui/skinned/preseteditor.h b/src/plugins/Ui/skinned/preseteditor.h
index 842122506..5529ce8f3 100644
--- a/src/plugins/Ui/skinned/preseteditor.h
+++ b/src/plugins/Ui/skinned/preseteditor.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2006 by Ilya Kotov *
+ * Copyright (C) 2006-2020 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -50,7 +50,7 @@ private slots:
void deletePreset();
private:
- Ui::PresetEditor ui;
+ Ui::PresetEditor m_ui;
};