Fix crash
Replace KListWidget by QListWidget because because ui doesn't add item for klistwidget from ui file (need to look at why) svn path=/trunk/KDE/kdebase/workspace/; revision=726627
This commit is contained in:
parent
0fb2ba30e2
commit
4ed50ca2fa
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@
|
|||
<cstring>types</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="KListWidget" row="1" column="0" rowspan="1" colspan="4">
|
||||
<widget class="QListWidget" row="1" column="0" rowspan="1" colspan="4">
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Normal Window</string>
|
||||
|
|
Loading…
Reference in a new issue