aboutsummaryrefslogtreecommitdiff
path: root/src/preferences/EditorPrefs.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-28 13:02:27 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-28 13:02:27 +0100
commit7178f18ab88bcc93bfbf2019adf53d2f60d8fa20 (patch)
treecdbe28d8de4e0774885779a85f7e8c3b7e059f30 /src/preferences/EditorPrefs.hpp
parentff6b1980c93140db2143b5dcad27f5cdc946632b (diff)
Cleaning GUI files
Diffstat (limited to 'src/preferences/EditorPrefs.hpp')
-rw-r--r--src/preferences/EditorPrefs.hpp5
1 files changed, 2 insertions, 3 deletions
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 <wx/combobox.h>
@@ -8,10 +7,10 @@
#include <wx/spinctrl.h>
#include <wx/stdpaths.h>
-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);
}