From 103fda2cb797814ae9d52fc087b8d1aead991903 Mon Sep 17 00:00:00 2001 From: dustinface <35775977+xdustinface@users.noreply.github.com> Date: Mon, 27 Jul 2020 09:31:17 +0200 Subject: [PATCH] qt: Fix appearancewidget.h to make lint-include-guards.sh happy (#3627) --- 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 b97496ced8..33e3752d38 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: void updateWeightSlider(); }; -#endif // DASH_QT_APPEARANCE_WIDGET_H +#endif // BITCOIN_QT_APPEARANCEWIDGET_H