Fixes: - ScriptManagerInterface --> ScriptManager

This commit is contained in:
con
2009-01-13 16:43:11 +01:00
parent 601471bee0
commit 5b97ddd3e4
11 changed files with 21 additions and 21 deletions

View File

@@ -99,7 +99,7 @@ ProgressManager *CoreImpl::progressManager() const
return m_mainwindow->progressManager();
}
ScriptManagerInterface *CoreImpl::scriptManager() const
ScriptManager *CoreImpl::scriptManager() const
{
return m_mainwindow->scriptManager();
}