From 1d40052f82ac50d70914c9abad2c8ada1837a83b Mon Sep 17 00:00:00 2001 From: don bright Date: Sun, 22 Jul 2012 22:19:42 -0500 Subject: remove opencsg code that belongs in another branch 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) -- cgit v0.10.1