From 54c7cb2422ee59fa456b1d152f2461afea8dfacf Mon Sep 17 00:00:00 2001 From: don bright Date: Sun, 22 Jul 2012 22:20:40 -0500 Subject: remove code that belongs in another branch diff --git a/src/OpenCSGWarningDialog.cc b/src/OpenCSGWarningDialog.cc index 1ed9217..5648576 100644 --- a/src/OpenCSGWarningDialog.cc +++ b/src/OpenCSGWarningDialog.cc @@ -8,7 +8,7 @@ OpenCSGWarningDialog::OpenCSGWarningDialog(QWidget*) connect(this->showBox, SIGNAL(toggled(bool)), Preferences::inst()->openCSGWarningBox, SLOT(setChecked(bool))); connect(this->showBox, SIGNAL(toggled(bool)), - Preferences::inst(), SLOT(enableOpenCSGChanged(bool))); + Preferences::inst(), SLOT(openCSGWarningChanged(bool))); connect(this->enableOpenCSGBox, SIGNAL(toggled(bool)), Preferences::inst()->enableOpenCSGBox, SLOT(setChecked(bool))); -- cgit v0.10.1