Fixes: - ProgressManagerInterface --> ProgressManager

Details:  - Conform to conventions.
This commit is contained in:
con
2009-01-13 14:16:36 +01:00
parent 5f3faaff19
commit 281c462d24
18 changed files with 33 additions and 33 deletions

View File

@@ -45,7 +45,7 @@ using namespace Core;
using namespace Core::Internal;
ProgressManagerPrivate::ProgressManagerPrivate(QObject *parent)
: ProgressManagerInterface(parent)
: ProgressManager(parent)
{
m_progressView = new ProgressView;
ICore *core = CoreImpl::instance();