diff options
author | Slávek Banko <[email protected]> | 2019-04-06 16:39:59 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-04-06 16:39:59 +0200 |
commit | fd16b3640527b9da8e1df97f5e25849e0313ac64 (patch) | |
tree | c1e6e0f363192d4420e4b72b2f54ef7bdec70aed /src/secondaryrealmwizard/realmconfigpagedlg.ui | |
parent | f3d48d7b4565345f5f06513bf7a6ecd59457e334 (diff) | |
download | kcmldapcontroller-fd16b3640527b9da8e1df97f5e25849e0313ac64.tar.gz kcmldapcontroller-fd16b3640527b9da8e1df97f5e25849e0313ac64.zip |
Added controlled conversions to char* instead of automatic ascii conversions.
The definition of -UTQT_NO_ASCII_CAST is no longer needed.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/secondaryrealmwizard/realmconfigpagedlg.ui')
-rw-r--r-- | src/secondaryrealmwizard/realmconfigpagedlg.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/secondaryrealmwizard/realmconfigpagedlg.ui b/src/secondaryrealmwizard/realmconfigpagedlg.ui index 8eff162..bb59f4f 100644 --- a/src/secondaryrealmwizard/realmconfigpagedlg.ui +++ b/src/secondaryrealmwizard/realmconfigpagedlg.ui @@ -143,7 +143,7 @@ <string>UID offset</string> </property> <property name="hidden"> - <string>true</string> + <bool>true</bool> </property> </widget> <widget class="KIntNumInput" row="3" column="1" colspan="3"> @@ -157,7 +157,7 @@ <number>99999</number> </property> <property name="hidden"> - <string>true</string> + <bool>true</bool> </property> </widget> <widget class="TQLabel" row="4" column="0"> @@ -168,7 +168,7 @@ <string>GID offset</string> </property> <property name="hidden"> - <string>true</string> + <bool>true</bool> </property> </widget> <widget class="KIntNumInput" row="4" column="1" colspan="3"> @@ -182,7 +182,7 @@ <number>99999</number> </property> <property name="hidden"> - <string>true</string> + <bool>true</bool> </property> </widget> </grid> |