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