summaryrefslogtreecommitdiffstats
path: root/src/profilecertoptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profilecertoptions.cpp')
-rw-r--r--src/profilecertoptions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profilecertoptions.cpp b/src/profilecertoptions.cpp
index 705e998..cd2f78c 100644
--- a/src/profilecertoptions.cpp
+++ b/src/profilecertoptions.cpp
@@ -51,11 +51,11 @@ void ProfileCertOptions::useSpecialServerCertificateToggled(bool)
{
if (UseSpecialServerCertificateCheckBox->isChecked())
{
- SpecialServerCertificateURLRequester->setEnabled(TRUE);
+ SpecialServerCertificateURLRequester->setEnabled(true);
}
else
{
- SpecialServerCertificateURLRequester->setEnabled(FALSE);
+ SpecialServerCertificateURLRequester->setEnabled(false);
}
}