diff options
Diffstat (limited to 'part/kxesearchdialogbase.ui')
-rw-r--r-- | part/kxesearchdialogbase.ui | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/part/kxesearchdialogbase.ui b/part/kxesearchdialogbase.ui index 23be699..1f017f1 100644 --- a/part/kxesearchdialogbase.ui +++ b/part/kxesearchdialogbase.ui @@ -3,7 +3,7 @@ <comment>Dialog for input information from user about searching in XML document</comment> <author>Lumir Vanek</author> -<widget class="QDialog"> +<widget class="TQDialog"> <property name="name"> <cstring>KXESearchDialogBase</cstring> </property> @@ -40,7 +40,7 @@ about searching in XML document</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0" rowspan="1" colspan="2"> + <widget class="TQLayoutWidget" row="0" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>Layout5</cstring> </property> @@ -54,7 +54,7 @@ about searching in XML document</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>m_pTextLabelSearchedString</cstring> </property> @@ -94,7 +94,7 @@ Here you can enter the string you want to search for in your XML document.</stri </spacer> </hbox> </widget> - <widget class="QLineEdit" row="1" column="0" rowspan="1" colspan="2"> + <widget class="TQLineEdit" row="1" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>m_pEditSearchedString</cstring> </property> @@ -103,7 +103,7 @@ Here you can enter the string you want to search for in your XML document.</stri Here you can enter the string you want to search for in your XML document.</string> </property> </widget> - <widget class="QLayoutWidget" row="4" column="0" rowspan="1" colspan="2"> + <widget class="TQLayoutWidget" row="4" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>layout13</cstring> </property> @@ -128,7 +128,7 @@ Here you can enter the string you want to search for in your XML document.</stri </size> </property> </spacer> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>m_pPushButtonFind</cstring> </property> @@ -136,7 +136,7 @@ Here you can enter the string you want to search for in your XML document.</stri <string>&Find</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>m_pPushButtonCancel</cstring> </property> @@ -163,7 +163,7 @@ Here you can enter the string you want to search for in your XML document.</stri </size> </property> </spacer> - <widget class="QGroupBox" row="2" column="0" rowspan="2" colspan="1"> + <widget class="TQGroupBox" row="2" column="0" rowspan="2" colspan="1"> <property name="name"> <cstring>m_pGroupBoxSearchIn</cstring> </property> @@ -193,7 +193,7 @@ These are <property name="spacing"> <number>6</number> </property> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>m_pCheckBoxElementNames</cstring> </property> @@ -201,7 +201,7 @@ These are <string>Element names</string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>m_pCheckBoxAttributeNames</cstring> </property> @@ -209,7 +209,7 @@ These are <string>Attribute names</string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>m_pCheckBoxAttributeValues</cstring> </property> @@ -217,7 +217,7 @@ These are <string>Attribute values</string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>m_pCheckBoxContents</cstring> </property> @@ -227,7 +227,7 @@ These are </widget> </vbox> </widget> - <widget class="QLayoutWidget" row="2" column="1"> + <widget class="TQLayoutWidget" row="2" column="1"> <property name="name"> <cstring>layout23</cstring> </property> @@ -252,7 +252,7 @@ These are </size> </property> </spacer> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>m_pCheckBoxMatchCase</cstring> </property> @@ -291,9 +291,9 @@ Check this for case sensitive search.</string> <connections> <connection> <sender>m_pEditSearchedString</sender> - <signal>textChanged(const QString&)</signal> + <signal>textChanged(const TQString&)</signal> <receiver>KXESearchDialogBase</receiver> - <slot>slotTextChanged(const QString&)</slot> + <slot>slotTextChanged(const TQString&)</slot> </connection> <connection> <sender>m_pPushButtonCancel</sender> @@ -344,7 +344,7 @@ Check this for case sensitive search.</string> </tabstops> <slots> <slot access="protected">slotFindInChanged()</slot> - <slot access="protected">slotTextChanged(const QString &)</slot> + <slot access="protected">slotTextChanged(const TQString &)</slot> </slots> <layoutdefaults spacing="6" margin="11"/> </UI> |