diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-23 03:19:42 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-23 03:19:42 (GMT) |
commit | 1d40052f82ac50d70914c9abad2c8ada1837a83b (patch) | |
tree | 0c4a1ebde473c64be2eeeaaefd0d9748023dd461 /src | |
parent | 354aa17feeec0e3a311d804534812050520186bd (diff) |
remove opencsg code that belongs in another branch
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) |