Fixed translation issues.

This commit is contained in:
Friedemann Kleint
2009-05-07 15:34:52 +02:00
parent 84b3b9cba2
commit 14e39ba5af
19 changed files with 68 additions and 63 deletions

View File

@@ -230,7 +230,7 @@ bool HelpPlugin::initialize(const QStringList &arguments, QString *error)
am->actionContainer(Core::Constants::M_HELP)->addAction(cmd, Core::Constants::G_HELP_HELP);
#endif
m_centralWidget = new CentralWidget(m_helpEngine);
m_centralWidget = new Help::Internal::CentralWidget(m_helpEngine);
Aggregation::Aggregate *agg = new Aggregation::Aggregate;
agg->add(m_centralWidget);
agg->add(new HelpFindSupport(m_centralWidget));