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 )
endif( NOT WITH_QT4 )
include_directories(
${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>
<widget class="TQWidget">
<property name="name">
@ -8,20 +8,20 @@
<rect>
<x>0</x>
<y>0</y>
<width>287</width>
<height>102</height>
<width>295</width>
<height>104</height>
</rect>
</property>
<property name="caption">
<string>Keramik</string>
</property>
<vbox>
<property name="margin">
<cstring>0</cstring>
</property>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQCheckBox">
<property name="name">
<cstring>showAppIcons</cstring>

Loading…
Cancel
Save