Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/qt/appearancewidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <QWidget>

Expand Down Expand Up @@ -53,4 +53,4 @@ private Q_SLOTS:
void updateWeightSlider();
};

#endif // DASH_QT_APPEARANCE_WIDGET_H
#endif // BITCOIN_QT_APPEARANCEWIDGET_H