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

@@ -183,7 +183,7 @@ namespace Core {
namespace Internal {
ScriptManagerPrivate::ScriptManagerPrivate(QObject *parent, ICore *core) :
ScriptManagerInterface(parent),
ScriptManager(parent),
m_core(core),
m_initialized(false)
{