diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2014-11-06 19:55:52 +0000 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-12-27 19:04:49 +0100 |
commit | 9b7d3fb16574f1604c0837f9ac0f402672add87f (patch) | |
tree | bd1944cb29df87da0e0b5bfa0ee6076721fc3c8f /src/qt/networkstyle.cpp | |
parent | a39aa74a8d90c948c2dc2d1c0bf1a932d0a4a3b7 (diff) |
Adopt style colour for button icons
Diffstat (limited to 'src/qt/networkstyle.cpp')
-rw-r--r-- | src/qt/networkstyle.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/networkstyle.cpp b/src/qt/networkstyle.cpp index 4541c75886..e28f903b2e 100644 --- a/src/qt/networkstyle.cpp +++ b/src/qt/networkstyle.cpp @@ -5,6 +5,7 @@ #include "networkstyle.h" #include "guiconstants.h" +#include "scicon.h" #include <QApplication> |