diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/OpenCSGWarningDialog.cc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/OpenCSGWarningDialog.cc b/src/OpenCSGWarningDialog.cc index 926a55b..1ed9217 100644 --- a/src/OpenCSGWarningDialog.cc +++ b/src/OpenCSGWarningDialog.cc @@ -8,12 +8,12 @@ OpenCSGWarningDialog::OpenCSGWarningDialog(QWidget*)  	connect(this->showBox, SIGNAL(toggled(bool)),  					Preferences::inst()->openCSGWarningBox, SLOT(setChecked(bool)));  	connect(this->showBox, SIGNAL(toggled(bool)), -					Preferences::inst(), SLOT(on_openCSGWarningBox_toggled(bool))); +					Preferences::inst(), SLOT(enableOpenCSGChanged(bool)));  	connect(this->enableOpenCSGBox, SIGNAL(toggled(bool)),  					Preferences::inst()->enableOpenCSGBox, SLOT(setChecked(bool)));  	connect(this->enableOpenCSGBox, SIGNAL(toggled(bool)), -					Preferences::inst(), SLOT(on_enableOpenCSGBox_toggled(bool))); +					Preferences::inst(), SLOT(enableOpenCSGChanged(bool)));  }  void OpenCSGWarningDialog::setText(const QString &text) | 
