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/kxearchiveextssettingspage.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/kxearchiveextssettingspage.ui')
-rw-r--r-- | part/kxearchiveextssettingspage.ui | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/part/kxearchiveextssettingspage.ui b/part/kxearchiveextssettingspage.ui index 0936850..b393fe6 100644 --- a/part/kxearchiveextssettingspage.ui +++ b/part/kxearchiveextssettingspage.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>KXEArchiveExtsSettingsPage</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>KXEArchiveExtsSettingsPage</cstring> </property> @@ -19,7 +19,7 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QLabel" row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>m_pLblExtensions</cstring> </property> @@ -36,7 +36,7 @@ This list contains the known extensions for archive files.<br> You can choose one to edit or remove it with the dialog widgets below.</string> </property> </widget> - <widget class="QListBox" row="1" column="0"> + <widget class="TQListBox" row="1" column="0"> <property name="name"> <cstring>m_pExtensions</cstring> </property> @@ -52,7 +52,7 @@ You can choose one to edit or remove it with the dialog widgets below.</string> This list contains the known extensions for archive files.</string> </property> </widget> - <widget class="QLayoutWidget" row="2" column="0"> + <widget class="TQLayoutWidget" row="2" column="0"> <property name="name"> <cstring>layout2</cstring> </property> @@ -60,7 +60,7 @@ This list contains the known extensions for archive files.</string> <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QLabel" row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>m_pLblExtension</cstring> </property> @@ -76,7 +76,7 @@ This list contains the known extensions for archive files.</string> Change the selected extension here.</string> </property> </widget> - <widget class="QLineEdit" row="0" column="1"> + <widget class="TQLineEdit" row="0" column="1"> <property name="name"> <cstring>m_pExtension</cstring> </property> @@ -103,7 +103,7 @@ Change the selected extension here.</string> </size> </property> </spacer> - <widget class="QLayoutWidget" row="1" column="1"> + <widget class="TQLayoutWidget" row="1" column="1"> <property name="name"> <cstring>layout1</cstring> </property> @@ -111,7 +111,7 @@ Change the selected extension here.</string> <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>m_pBtnNew</cstring> </property> @@ -127,7 +127,7 @@ Change the selected extension here.</string> You can create a new item for another known extension in the list above.</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>m_pBtnDelete</cstring> </property> @@ -167,7 +167,7 @@ You can delete the selected extension from the list above.</string> </grid> </widget> <slots> - <slot>slotUpdateExtension( const QString & )</slot> + <slot>slotUpdateExtension( const TQString & )</slot> <slot>slotDeleteExtension()</slot> <slot>slotAddExtension()</slot> </slots> |