Fix keramic config uic-tqt segfault

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1226116 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent eaf9d73bab
commit da5ce65b6b

@ -9,9 +9,7 @@
# #
################################################# #################################################
if( NOT WITH_QT4 ) add_subdirectory( config )
add_subdirectory( config )
endif( NOT WITH_QT4 )
include_directories( include_directories(
${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}

@ -1,4 +1,4 @@
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KeramikConfigUI</class> <class>KeramikConfigUI</class>
<widget class="TQWidget"> <widget class="TQWidget">
<property name="name"> <property name="name">
@ -8,20 +8,20 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>287</width> <width>295</width>
<height>102</height> <height>104</height>
</rect> </rect>
</property> </property>
<property name="caption"> <property name="caption">
<string>Keramik</string> <string>Keramik</string>
</property> </property>
<vbox> <vbox>
<property name="margin">
<cstring>0</cstring>
</property>
<property name="name"> <property name="name">
<cstring>unnamed</cstring> <cstring>unnamed</cstring>
</property> </property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQCheckBox"> <widget class="TQCheckBox">
<property name="name"> <property name="name">
<cstring>showAppIcons</cstring> <cstring>showAppIcons</cstring>

Loading…
Cancel
Save