diff options
Diffstat (limited to 'sigmodr/WeatherUI.cpp')
| -rw-r--r-- | sigmodr/WeatherUI.cpp | 2 |
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); } |
