Fixed some translation errors.

This commit is contained in:
Friedemann Kleint
2009-04-30 16:09:57 +02:00
parent afe68f0d13
commit 2f129dfad3
10 changed files with 66 additions and 52 deletions

View File

@@ -68,7 +68,7 @@ QString GeneralSettings::trCategory() const
QWidget *GeneralSettings::createPage(QWidget *parent)
{
m_page = new Ui_GeneralSettings();
m_page = new Ui::GeneralSettings();
QWidget *w = new QWidget(parent);
m_page->setupUi(w);