From f5cceab67dcf9545b55e03678804030dda883aa9 Mon Sep 17 00:00:00 2001 From: xdustinface Date: Sun, 26 Jul 2020 14:41:05 +0200 Subject: [PATCH] qt: Fix appearancewidget.h to make lint-include-guards.sh happy --- src/qt/appearancewidget.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/qt/appearancewidget.h b/src/qt/appearancewidget.h index b97496ced83c..33e3752d3825 100644 --- a/src/qt/appearancewidget.h +++ b/src/qt/appearancewidget.h @@ -2,8 +2,8 @@ // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#ifndef DASH_QT_APPEARANCE_WIDGET_H -#define DASH_QT_APPEARANCE_WIDGET_H +#ifndef BITCOIN_QT_APPEARANCEWIDGET_H +#define BITCOIN_QT_APPEARANCEWIDGET_H #include @@ -53,4 +53,4 @@ private Q_SLOTS: void updateWeightSlider(); }; -#endif // DASH_QT_APPEARANCE_WIDGET_H +#endif // BITCOIN_QT_APPEARANCEWIDGET_H