diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:04:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:04:16 -0600 |
commit | 5159cd2beb2e87806a5b54e9991b7895285c9d3e (patch) | |
tree | 9b70e8be47a390f8f4d56ead812ab0c9dad88709 /kio/misc/tdewalletd/kbetterthankdialogbase.ui | |
parent | c17cb900dcf52b8bd6dc300d4f103392900ec2b4 (diff) | |
download | tdelibs-5159cd2beb2e87806a5b54e9991b7895285c9d3e.tar.gz tdelibs-5159cd2beb2e87806a5b54e9991b7895285c9d3e.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kio/misc/tdewalletd/kbetterthankdialogbase.ui')
-rw-r--r-- | kio/misc/tdewalletd/kbetterthankdialogbase.ui | 154 |
1 files changed, 0 insertions, 154 deletions
diff --git a/kio/misc/tdewalletd/kbetterthankdialogbase.ui b/kio/misc/tdewalletd/kbetterthankdialogbase.ui deleted file mode 100644 index a02d5def7..000000000 --- a/kio/misc/tdewalletd/kbetterthankdialogbase.ui +++ /dev/null @@ -1,154 +0,0 @@ -<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> -<class>KBetterThanKDialogBase</class> -<widget class="TQDialog"> - <property name="name"> - <cstring>KBetterThanKDialogBase</cstring> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>479</width> - <height>109</height> - </rect> - </property> - <property name="caption"> - <string></string> - </property> - <grid> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <property name="resizeMode"> - <enum>Fixed</enum> - </property> - <widget class="KActiveLabel" row="0" column="0" rowspan="1" colspan="3"> - <property name="name"> - <cstring>_label</cstring> - </property> - </widget> - <spacer row="1" column="2"> - <property name="name"> - <cstring>spacer1</cstring> - </property> - <property name="orientation"> - <enum>Horizontal</enum> - </property> - <property name="sizeType"> - <enum>Expanding</enum> - </property> - <property name="sizeHint"> - <size> - <width>41</width> - <height>21</height> - </size> - </property> - </spacer> - <widget class="TQLayoutWidget" row="1" column="1"> - <property name="name"> - <cstring>layout1</cstring> - </property> - <hbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <widget class="TQPushButton"> - <property name="name"> - <cstring>_allowOnce</cstring> - </property> - <property name="text"> - <string>Allow &Once</string> - </property> - <property name="default"> - <bool>true</bool> - </property> - </widget> - <widget class="TQPushButton"> - <property name="name"> - <cstring>_allowAlways</cstring> - </property> - <property name="text"> - <string>Allow &Always</string> - </property> - </widget> - <widget class="TQPushButton"> - <property name="name"> - <cstring>_deny</cstring> - </property> - <property name="text"> - <string>&Deny</string> - </property> - </widget> - <widget class="TQPushButton"> - <property name="name"> - <cstring>_denyForever</cstring> - </property> - <property name="text"> - <string>Deny &Forever</string> - </property> - </widget> - </hbox> - </widget> - <spacer row="1" column="0"> - <property name="name"> - <cstring>spacer2</cstring> - </property> - <property name="orientation"> - <enum>Horizontal</enum> - </property> - <property name="sizeType"> - <enum>Expanding</enum> - </property> - <property name="sizeHint"> - <size> - <width>61</width> - <height>21</height> - </size> - </property> - </spacer> - </grid> -</widget> -<customwidgets> -</customwidgets> -<connections> - <connection> - <sender>_allowOnce</sender> - <signal>clicked()</signal> - <receiver>KBetterThanKDialogBase</receiver> - <slot>clicked()</slot> - </connection> - <connection> - <sender>_allowAlways</sender> - <signal>clicked()</signal> - <receiver>KBetterThanKDialogBase</receiver> - <slot>clicked()</slot> - </connection> - <connection> - <sender>_deny</sender> - <signal>clicked()</signal> - <receiver>KBetterThanKDialogBase</receiver> - <slot>clicked()</slot> - </connection> - <connection> - <sender>_denyForever</sender> - <signal>clicked()</signal> - <receiver>KBetterThanKDialogBase</receiver> - <slot>clicked()</slot> - </connection> -</connections> -<includes> - <include location="global" impldecl="in declaration">kactivelabel.h</include> - <include location="local" impldecl="in implementation">kbetterthankdialogbase.ui.h</include> -</includes> -<Q_SLOTS> - <slot access="private">clicked()</slot> - <slot>setLabel( const TQString & label )</slot> - <slot access="private">init()</slot> - <slot access="protected">accept()</slot> - <slot access="protected">reject()</slot> -</Q_SLOTS> -<layoutdefaults spacing="6" margin="11"/> -<includehints> - <includehint>kactivelabel.h</includehint> -</includehints> -</UI> |