summaryrefslogtreecommitdiffstats
path: root/src/importprofiledialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/importprofiledialog.cpp')
-rw-r--r--src/importprofiledialog.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/importprofiledialog.cpp b/src/importprofiledialog.cpp
index 1b4640c..4fe5784 100644
--- a/src/importprofiledialog.cpp
+++ b/src/importprofiledialog.cpp
@@ -179,7 +179,7 @@ void ImportProfileDialog::canAccept()
bool useApplicationVersion = false;
acc->setUseApplicationVersion( useApplicationVersion );
- bool enableBackup = config.readBoolEntry( "EnableBackup" , FALSE );
+ bool enableBackup = config.readBoolEntry( "EnableBackup" , false );
TQString BackupServer = config.readEntry( "BackupServer", "" );
TQString GroupName = config.readEntry( "GroupName" , "" );
@@ -208,7 +208,7 @@ void ImportProfileDialog::canAccept()
acc->setNtDomainName( NtDomain );
}
- bool enableMSLogon = config.readBoolEntry( "EnableMSLogon", FALSE );
+ bool enableMSLogon = config.readBoolEntry( "EnableMSLogon", false );
bool useNtDomainName = false;
if ( enableMSLogon && !NtDomain.isEmpty() )
@@ -223,7 +223,7 @@ void ImportProfileDialog::canAccept()
TQString CertSubjectName = config.readEntry( "CertSubjectName", "" );
TQString CertSerialHash = config.readEntry( "CertSerialHash", "" );
// bool SendCertChain = config.readBoolEntry( "SendCertChain" , "" );
- // bool VerifyCertDN = config.readBoolEntry( "VerifyCertDN", FALSE );
+ // bool VerifyCertDN = config.readBoolEntry( "VerifyCertDN", false );
/*
0 = default, none
@@ -314,10 +314,10 @@ void ImportProfileDialog::canAccept()
}
- // bool ForceKeepAlives = config.readBoolEntry( "ForceKeepAlives", FALSE );
+ // bool ForceKeepAlives = config.readBoolEntry( "ForceKeepAlives", false );
- // bool EnableLocalLAN = config.readBoolEntry( "EnableLocalLAN", FALSE ); // nur auslesen aber immer aus :)
- // bool EnableSplitDNS = config.readBoolEntry( "EnableSplitDNS", FALSE );
+ // bool EnableLocalLAN = config.readBoolEntry( "EnableLocalLAN", false ); // nur auslesen aber immer aus :)
+ // bool EnableSplitDNS = config.readBoolEntry( "EnableSplitDNS", false );
if (useUdp == false)
@@ -427,10 +427,10 @@ void ImportProfileDialog::canAccept()
// std::cout << "decoded userpasswd: " << userpasswd << std::endl;
// std::cout << "decoded grouppasswd: " << grouppasswd << std::endl;
- bool saveUserPassword = config.readBoolEntry( "SaveUserPassword", FALSE );
+ bool saveUserPassword = config.readBoolEntry( "SaveUserPassword", false );
if (saveUserPassword == false)
- config.readBoolEntry( "!SaveUserPassword", FALSE );
+ config.readBoolEntry( "!SaveUserPassword", false );
if ( UserPassword.isEmpty() && userpasswd.isEmpty() )
saveUserPassword = false;