[skip ci] fix copy&paste errors

This commit is contained in:
wmayer
2020-03-15 11:59:22 +01:00
parent 8bd75eb5b4
commit 804d27beee
5 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ using namespace RaytracingGui;
/* TRANSLATOR RaytracingGui::DlgSettingsRayImp */
/**
* Constructs a DlgSettings3DViewImp which is a child of 'parent', with the
* Constructs a DlgSettingsRayImp which is a child of 'parent', with the
* name 'name' and widget flags set to 'f'
*/
DlgSettingsRayImp::DlgSettingsRayImp( QWidget* parent )

View File

@@ -31,7 +31,7 @@ namespace RaytracingGui {
class Ui_DlgSettingsRay;
/**
* The DlgSettings3DViewImp class implements a preference page to change settings
* The DlgSettingsRayImp class implements a preference page to change settings
* for the Inventor viewer.
* \author Jürgen Riegel
*/

View File

@@ -32,7 +32,7 @@
using namespace StartGui;
/**
* Constructs a DlgSettings3DViewImp which is a child of 'parent'
* Constructs a DlgStartPreferencesImp which is a child of 'parent'
*/
DlgStartPreferencesImp::DlgStartPreferencesImp( QWidget* parent )
: PreferencePage( parent )