summaryrefslogtreecommitdiffstats
path: root/sigmodr/WeatherUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/WeatherUI.cpp')
-rw-r--r--sigmodr/WeatherUI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmodr/WeatherUI.cpp b/sigmodr/WeatherUI.cpp
index 84132e10..1af944b6 100644
--- a/sigmodr/WeatherUI.cpp
+++ b/sigmodr/WeatherUI.cpp
@@ -58,7 +58,7 @@ void Sigmodr::WeatherUI::on_varName_textChanged(const QString& name)
varName->setCursorPosition(cursor);
}
-void Sigmodr::WeatherUI::on_varScript_valueChanged(const Sigmod::Script& script)
+void Sigmodr::WeatherUI::on_varScript_valueChanged(const Sigcore::Script& script)
{
qobject_cast<Sigmod::Weather*>(modified())->setScript(script);
}