From 7178f18ab88bcc93bfbf2019adf53d2f60d8fa20 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 28 Feb 2022 13:02:27 +0100 Subject: Cleaning GUI files --- src/preferences/EditorPrefs.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/preferences/EditorPrefs.hpp') diff --git a/src/preferences/EditorPrefs.hpp b/src/preferences/EditorPrefs.hpp index dab05ca..8974bfe 100644 --- a/src/preferences/EditorPrefs.hpp +++ b/src/preferences/EditorPrefs.hpp @@ -1,4 +1,3 @@ -#include "EditorPrefsPanelBF.h" #include "game_tab/board/BoardCanvas.hpp" #include "ochess.hpp" #include @@ -8,10 +7,10 @@ #include #include -class EditorPrefsPanel : public EditorPrefsPanelBF { +class EditorPrefsPanel : public PrefsEditor { public: - EditorPrefsPanel(wxWindow *parent) : EditorPrefsPanelBF(parent) { + EditorPrefsPanel(wxWindow *parent) : PrefsEditor(parent) { // Bind(wxEVT_SPINCTRL, &BoardPrefsPanel::OnConfChange, this, wxID_ANY); } -- cgit v1.2.3