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