summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2019-01-05 19:10:31 +0100
committerSlávek Banko <[email protected]>2019-01-05 19:58:04 +0100
commitea962b24d10a6d97df393199016909d9ef9c27c6 (patch)
tree1137677a65a4f8902386af7ec21f38db47eff524 /src
parent46da5e9f4cfb7c8d5e024d32566c6d5fa2a23702 (diff)
downloadkcmldap-ea962b24d10a6d97df393199016909d9ef9c27c6.tar.gz
kcmldap-ea962b24d10a6d97df393199016909d9ef9c27c6.zip
Fix invalid data type for the "hidden" property.
The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 43342288ee767b80f97f12b7eb711a43c9226b50)
Diffstat (limited to 'src')
-rw-r--r--src/bondrealmpagedlg.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bondrealmpagedlg.ui b/src/bondrealmpagedlg.ui
index a519516..3f30653 100644
--- a/src/bondrealmpagedlg.ui
+++ b/src/bondrealmpagedlg.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>