summaryrefslogtreecommitdiff
path: root/src/OpenCSGWarningDialog.cc
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-01-13 23:28:13 (GMT)
committerMarius Kintel <marius@kintel.net>2013-01-13 23:28:13 (GMT)
commitdb8d8919433cc68ee777fcfc3199448419733c92 (patch)
tree1a850b6b6a9ed3069ceab54b50b085e5363d99a3 /src/OpenCSGWarningDialog.cc
parenta1da6b2aded1c930a5ffdb5ecdbee708aefea243 (diff)
bugfix: Wrong slot names for OpenCSG warning dialog
Diffstat (limited to 'src/OpenCSGWarningDialog.cc')
-rw-r--r--src/OpenCSGWarningDialog.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OpenCSGWarningDialog.cc b/src/OpenCSGWarningDialog.cc
index 5648576..926a55b 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(openCSGWarningChanged(bool)));
+ Preferences::inst(), SLOT(on_openCSGWarningBox_toggled(bool)));
connect(this->enableOpenCSGBox, SIGNAL(toggled(bool)),
Preferences::inst()->enableOpenCSGBox, SLOT(setChecked(bool)));
connect(this->enableOpenCSGBox, SIGNAL(toggled(bool)),
- Preferences::inst(), SLOT(enableOpenCSGChanged(bool)));
+ Preferences::inst(), SLOT(on_enableOpenCSGBox_toggled(bool)));
}
void OpenCSGWarningDialog::setText(const QString &text)
contact: Jan Huwald // Impressum