forked from qt-creator/qt-creator
Fixed some translation errors.
This commit is contained in:
@@ -33,13 +33,13 @@
|
||||
#include <coreplugin/dialogs/ioptionspage.h>
|
||||
#include <QtGui/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class Ui_GeneralSettings;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Core {
|
||||
namespace Internal {
|
||||
|
||||
namespace Ui {
|
||||
class GeneralSettings;
|
||||
}
|
||||
|
||||
class GeneralSettings : public IOptionsPage
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -64,7 +64,7 @@ private slots:
|
||||
#endif
|
||||
|
||||
private:
|
||||
Ui_GeneralSettings *m_page;
|
||||
Ui::GeneralSettings *m_page;
|
||||
QWidget *m_dialog;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user