diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-25 05:28:35 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-25 05:28:35 +0000 |
commit | f008adb5a77e094eaf6abf3fc0f36958e66896a5 (patch) | |
tree | 8e9244c4d4957c36be81e15b566b4aa5ea26c982 /kexi/main/kexifinddialogbase.ui | |
parent | 1210f27b660efb7b37ff43ec68763e85a403471f (diff) | |
download | koffice-f008adb5a77e094eaf6abf3fc0f36958e66896a5.tar.gz koffice-f008adb5a77e094eaf6abf3fc0f36958e66896a5.zip |
TQt4 port koffice
This should enable compilation under both Qt3 and Qt4; fixes for any missed components will be forthcoming
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238284 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kexi/main/kexifinddialogbase.ui')
-rw-r--r-- | kexi/main/kexifinddialogbase.ui | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/kexi/main/kexifinddialogbase.ui b/kexi/main/kexifinddialogbase.ui index 3ba82bb5..5c7e6630 100644 --- a/kexi/main/kexifinddialogbase.ui +++ b/kexi/main/kexifinddialogbase.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>KexiFindDialogBase</class> -<widget class="QDialog"> +<widget class="TQDialog"> <property name="name"> <cstring>KexiFindDialogBase</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>textLabel1</cstring> </property> @@ -30,7 +30,7 @@ <cstring>m_textToFind</cstring> </property> </widget> - <widget class="QLabel" row="1" column="0"> + <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>m_replaceLbl</cstring> </property> @@ -52,7 +52,7 @@ <enum>NoInsertion</enum> </property> </widget> - <widget class="QLabel" row="2" column="0"> + <widget class="TQLabel" row="2" column="0"> <property name="name"> <cstring>textLabel2_2</cstring> </property> @@ -63,7 +63,7 @@ <cstring>m_lookIn</cstring> </property> </widget> - <widget class="QCheckBox" row="5" column="2"> + <widget class="TQCheckBox" row="5" column="2"> <property name="name"> <cstring>m_wholeWords</cstring> </property> @@ -74,7 +74,7 @@ <string>&Whole words only</string> </property> </widget> - <widget class="QCheckBox" row="6" column="2"> + <widget class="TQCheckBox" row="6" column="2"> <property name="name"> <cstring>m_promptOnReplace</cstring> </property> @@ -82,15 +82,15 @@ <enum>WheelFocus</enum> </property> <property name="text"> - <string>Prompt on replace</string> + <string>Prompt on tqreplace</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> - <widget class="QLayoutWidget" row="0" column="4" rowspan="7" colspan="1"> + <widget class="TQLayoutWidget" row="0" column="4" rowspan="7" colspan="1"> <property name="name"> - <cstring>layout_btn</cstring> + <cstring>tqlayout_btn</cstring> </property> <vbox> <property name="name"> @@ -150,7 +150,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>40</height> @@ -159,7 +159,7 @@ </spacer> </vbox> </widget> - <widget class="QLabel" row="4" column="0"> + <widget class="TQLabel" row="4" column="0"> <property name="name"> <cstring>textLabel2_2_3</cstring> </property> @@ -196,7 +196,7 @@ <enum>NoInsertion</enum> </property> </widget> - <widget class="QLabel" row="3" column="0"> + <widget class="TQLabel" row="3" column="0"> <property name="name"> <cstring>textLabel2_2_2</cstring> </property> @@ -243,14 +243,14 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>2</height> </size> </property> </spacer> - <widget class="QCheckBox" row="4" column="2"> + <widget class="TQCheckBox" row="4" column="2"> <property name="name"> <cstring>m_caseSensitive</cstring> </property> @@ -261,7 +261,7 @@ <string>C&ase sensitive</string> </property> </widget> - <widget class="QLabel" row="8" column="0" rowspan="1" colspan="5"> + <widget class="TQLabel" row="8" column="0" rowspan="1" colspan="5"> <property name="name"> <cstring>m_messageLabel</cstring> </property> @@ -279,7 +279,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>70</width> <height>20</height> @@ -340,7 +340,7 @@ <tabstop>m_wholeWords</tabstop> <tabstop>m_promptOnReplace</tabstop> </tabstops> -<layoutdefaults spacing="6" margin="11"/> +<tqlayoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kcombobox.h</includehint> <includehint>kpushbutton.h</includehint> |