diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 17:25:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 17:25:43 -0600 |
commit | 903aacf3fda692b6fa7e7934ea158653b99cc6a5 (patch) | |
tree | 37409851c95238b97d8a162ff501b8500ae1b216 /kopete/libkopete/ui/addressbookselectorwidget_base.ui | |
parent | 9c9412b30c54468adc9e506cc76c5d113fbf5056 (diff) | |
download | tdenetwork-903aacf3fda692b6fa7e7934ea158653b99cc6a5.tar.gz tdenetwork-903aacf3fda692b6fa7e7934ea158653b99cc6a5.zip |
Fix FTBFS
Diffstat (limited to 'kopete/libkopete/ui/addressbookselectorwidget_base.ui')
-rw-r--r-- | kopete/libkopete/ui/addressbookselectorwidget_base.ui | 175 |
1 files changed, 0 insertions, 175 deletions
diff --git a/kopete/libkopete/ui/addressbookselectorwidget_base.ui b/kopete/libkopete/ui/addressbookselectorwidget_base.ui deleted file mode 100644 index ee4c2016..00000000 --- a/kopete/libkopete/ui/addressbookselectorwidget_base.ui +++ /dev/null @@ -1,175 +0,0 @@ -<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> -<class>AddressBookSelectorWidget_Base</class> -<widget class="TQWidget"> - <property name="name"> - <cstring>AddressBookSelectorWidget_Base</cstring> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>596</width> - <height>572</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy> - <hsizetype>5</hsizetype> - <vsizetype>1</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="caption"> - <string>Select Contact</string> - </property> - <grid> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <property name="margin"> - <number>0</number> - </property> - <spacer row="3" column="1"> - <property name="name"> - <cstring>spacer11</cstring> - </property> - <property name="orientation"> - <enum>Horizontal</enum> - </property> - <property name="sizeType"> - <enum>Expanding</enum> - </property> - <property name="sizeHint"> - <size> - <width>405</width> - <height>20</height> - </size> - </property> - </spacer> - <widget class="TQPushButton" row="3" column="0"> - <property name="name"> - <cstring>addAddresseeButton</cstring> - </property> - <property name="text"> - <string>Create New Entr&y...</string> - </property> - <property name="toolTip" stdset="0"> - <string>Create a new entry in your address book</string> - </property> - </widget> - <widget class="KActiveLabel" row="0" column="0" rowspan="1" colspan="2"> - <property name="name"> - <cstring>lblHeader</cstring> - </property> - <property name="sizePolicy"> - <sizepolicy> - <hsizetype>7</hsizetype> - <vsizetype>4</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - <widget class="TDEListView" row="2" column="0" rowspan="1" colspan="2"> - <column> - <property name="text"> - <string>Photo</string> - </property> - <property name="clickable"> - <bool>false</bool> - </property> - <property name="resizable"> - <bool>true</bool> - </property> - </column> - <column> - <property name="text"> - <string>Name</string> - </property> - <property name="clickable"> - <bool>true</bool> - </property> - <property name="resizable"> - <bool>true</bool> - </property> - </column> - <column> - <property name="text"> - <string>Email</string> - </property> - <property name="clickable"> - <bool>true</bool> - </property> - <property name="resizable"> - <bool>true</bool> - </property> - </column> - <property name="name"> - <cstring>addresseeListView</cstring> - </property> - <property name="sizePolicy"> - <sizepolicy> - <hsizetype>7</hsizetype> - <vsizetype>7</vsizetype> - <horstretch>0</horstretch> - <verstretch>10</verstretch> - </sizepolicy> - </property> - <property name="allColumnsShowFocus"> - <bool>true</bool> - </property> - <property name="resizeMode"> - <enum>LastColumn</enum> - </property> - <property name="toolTip" stdset="0"> - <string>Select the contact you want to communicate with via Instant Messaging</string> - </property> - </widget> - <widget class="TQLayoutWidget" row="1" column="0" rowspan="1" colspan="2"> - <property name="name"> - <cstring>layout1</cstring> - </property> - <hbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQLabel"> - <property name="name"> - <cstring>lblSearch</cstring> - </property> - <property name="sizePolicy"> - <sizepolicy> - <hsizetype>1</hsizetype> - <vsizetype>5</vsizetype> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text"> - <string>S&earch:</string> - </property> - <property name="buddy" stdset="0"> - <cstring>kListViewSearchLine</cstring> - </property> - </widget> - <widget class="TDEListViewSearchLine"> - <property name="name"> - <cstring>kListViewSearchLine</cstring> - </property> - </widget> - </hbox> - </widget> - </grid> -</widget> -<includes> - <include location="global" impldecl="in declaration">klistviewsearchline.h</include> -</includes> -<layoutdefaults spacing="6" margin="11"/> -<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> -<includehints> - <includehint>kactivelabel.h</includehint> - <includehint>klistview.h</includehint> - <includehint>klistviewsearchline.h</includehint> -</includehints> -</UI> |