diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-03-26 12:35:35 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-03-26 14:10:15 +0100 |
commit | 38dca4b75c471ddf950e2f9f03801c550d7d26fd (patch) | |
tree | f5923ce5d84971f1f394baf7411146f078c02fab /part/kxespecprocinstrdialogbase.ui | |
parent | e28665ce3b2e9ec6f09b4c021db7443cac3c4128 (diff) | |
download | kxmleditor-38dca4b75c471ddf950e2f9f03801c550d7d26fd.tar.gz kxmleditor-38dca4b75c471ddf950e2f9f03801c550d7d26fd.zip |
Initial TQt conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'part/kxespecprocinstrdialogbase.ui')
-rw-r--r-- | part/kxespecprocinstrdialogbase.ui | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/part/kxespecprocinstrdialogbase.ui b/part/kxespecprocinstrdialogbase.ui index 1bcbb25..efbdcc7 100644 --- a/part/kxespecprocinstrdialogbase.ui +++ b/part/kxespecprocinstrdialogbase.ui @@ -1,7 +1,7 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>KXESpecProcInstrDialogBase</class> <author>Lumir Vanek</author> -<widget class="QDialog"> +<widget class="TQDialog"> <property name="name"> <cstring>KXESpecProcInstrDialogBase</cstring> </property> @@ -34,7 +34,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLabel" row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>m_pTextLabel1</cstring> </property> @@ -49,7 +49,7 @@ You can determine the XML version for XML document.</string> </property> </widget> - <widget class="QLineEdit" row="1" column="0"> + <widget class="TQLineEdit" row="1" column="0"> <property name="name"> <cstring>m_pLineEditVersion</cstring> </property> @@ -58,7 +58,7 @@ You can determine the XML version for XML document.</string> You can determine the XML version for XML document.</string> </property> </widget> - <widget class="QLabel" row="2" column="0"> + <widget class="TQLabel" row="2" column="0"> <property name="name"> <cstring>m_pTextLabel2</cstring> </property> @@ -73,7 +73,7 @@ You can determine the XML version for XML document.</string> You can determine the encoding used while saving this XML document.</string> </property> </widget> - <widget class="QComboBox" row="3" column="0"> + <widget class="TQComboBox" row="3" column="0"> <property name="name"> <cstring>m_pComboBoxEncoding</cstring> </property> @@ -85,7 +85,7 @@ You can determine the encoding used while saving this XML document.</string> You can determine the encoding used while saving this XML document.</string> </property> </widget> - <widget class="QLayoutWidget" row="4" column="0"> + <widget class="TQLayoutWidget" row="4" column="0"> <property name="name"> <cstring>layout4</cstring> </property> @@ -93,7 +93,7 @@ You can determine the encoding used while saving this XML document.</string> <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>m_pDontShowAgain</cstring> </property> @@ -110,7 +110,7 @@ If you select this option, your choice will be remembered. Next time you create </widget> </hbox> </widget> - <widget class="QFrame" row="5" column="0"> + <widget class="TQFrame" row="5" column="0"> <property name="name"> <cstring>m_pHLine</cstring> </property> @@ -121,7 +121,7 @@ If you select this option, your choice will be remembered. Next time you create <enum>Raised</enum> </property> </widget> - <widget class="QLayoutWidget" row="6" column="0"> + <widget class="TQLayoutWidget" row="6" column="0"> <property name="name"> <cstring>layout2</cstring> </property> @@ -146,7 +146,7 @@ If you select this option, your choice will be remembered. Next time you create </size> </property> </spacer> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>m_pBtnOK</cstring> </property> @@ -157,7 +157,7 @@ If you select this option, your choice will be remembered. Next time you create <bool>true</bool> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>m_pBtnCancel</cstring> </property> |