diff options
Diffstat (limited to 'sigmodr/widgets/CoinListUI.cpp')
| -rw-r--r-- | sigmodr/widgets/CoinListUI.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sigmodr/widgets/CoinListUI.cpp b/sigmodr/widgets/CoinListUI.cpp index 4448a984..2de9ebe6 100644 --- a/sigmodr/widgets/CoinListUI.cpp +++ b/sigmodr/widgets/CoinListUI.cpp @@ -18,8 +18,8 @@ // Header include #include "CoinListUI.h" -// Sigmodr widget includes -#include "ScriptWidget.h" +// Sigmodr core widget includes +#include <sigmodr/corewidgets/ScriptWidget.h> // Sigmod includes #include <sigmod/CoinList.h> @@ -34,6 +34,7 @@ using namespace Sigcore; using namespace Sigmod; +using namespace Sigmodr::CoreWidgets; using namespace Sigmodr::Widgets; CoinListUI::CoinListUI(CoinList* coinList, QWidget* parent) : |
