diff options
Diffstat (limited to 'kword/mailmerge/sql/qtsqldatasourceeditor.ui')
-rw-r--r-- | kword/mailmerge/sql/qtsqldatasourceeditor.ui | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/kword/mailmerge/sql/qtsqldatasourceeditor.ui b/kword/mailmerge/sql/qtsqldatasourceeditor.ui index d0ad9902f..a22ae687f 100644 --- a/kword/mailmerge/sql/qtsqldatasourceeditor.ui +++ b/kword/mailmerge/sql/qtsqldatasourceeditor.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.0" stdsetdef="1"> <class>QtSqlDataSourceEditor</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>QtSqlDataSourceEditor</cstring> </property> @@ -22,7 +22,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout5</cstring> </property> @@ -36,7 +36,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextLabel1</cstring> </property> @@ -47,12 +47,12 @@ <cstring>tableCombo</cstring> </property> </widget> - <widget class="QComboBox"> + <widget class="TQComboBox"> <property name="name"> <cstring>tableCombo</cstring> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>filterCheckBox</cstring> </property> @@ -60,7 +60,7 @@ <string>&Filter output</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>editFilter</cstring> </property> @@ -95,7 +95,7 @@ <enum>Horizontal</enum> </property> </widget> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout6</cstring> </property> @@ -109,7 +109,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>TextLabel2</cstring> </property> @@ -133,7 +133,7 @@ </spacer> </hbox> </widget> - <widget class="QDataTable"> + <widget class="TQDataTable"> <property name="name"> <cstring>DataTable</cstring> </property> @@ -151,8 +151,8 @@ <includes> <include location="local" impldecl="in implementation">qtsqldatasourceeditor.ui.h</include> </includes> -<slots> +<Q_SLOTS> <slot>filterCheckBox_toggled( bool fcb_state )</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> |