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 /kivio/plugins/kiviotexttool/kivio_stenciltexteditorui.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 'kivio/plugins/kiviotexttool/kivio_stenciltexteditorui.ui')
-rw-r--r-- | kivio/plugins/kiviotexttool/kivio_stenciltexteditorui.ui | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kivio/plugins/kiviotexttool/kivio_stenciltexteditorui.ui b/kivio/plugins/kiviotexttool/kivio_stenciltexteditorui.ui index 8a6f9ce6..1042746f 100644 --- a/kivio/plugins/kiviotexttool/kivio_stenciltexteditorui.ui +++ b/kivio/plugins/kiviotexttool/kivio_stenciltexteditorui.ui @@ -8,7 +8,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. </comment> <author>Copyright (C) 2005 Peter Simonsson</author> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>Kivio::StencilTextEditorUI</cstring> </property> @@ -30,7 +30,7 @@ You should have received a copy of the GNU General Public License along with thi <property name="margin"> <number>0</number> </property> - <widget class="QToolButton" row="0" column="2"> + <widget class="TQToolButton" row="0" column="2"> <property name="name"> <cstring>m_boldButton</cstring> </property> @@ -147,7 +147,7 @@ You should have received a copy of the GNU General Public License along with thi <cstring>m_fontCombo</cstring> </property> </widget> - <widget class="QToolButton" row="0" column="3"> + <widget class="TQToolButton" row="0" column="3"> <property name="name"> <cstring>m_italicsButton</cstring> </property> @@ -161,7 +161,7 @@ You should have received a copy of the GNU General Public License along with thi <string>Italics</string> </property> </widget> - <widget class="QToolButton" row="0" column="4"> + <widget class="TQToolButton" row="0" column="4"> <property name="name"> <cstring>m_underLineButton</cstring> </property> @@ -185,7 +185,7 @@ You should have received a copy of the GNU General Public License along with thi <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>110</width> <height>20</height> @@ -200,7 +200,7 @@ You should have received a copy of the GNU General Public License along with thi <string></string> </property> </widget> - <widget class="QToolButton" row="0" column="5"> + <widget class="TQToolButton" row="0" column="5"> <property name="name"> <cstring>m_hAlignButton</cstring> </property> @@ -214,7 +214,7 @@ You should have received a copy of the GNU General Public License along with thi <string>Horizontal Alignment</string> </property> </widget> - <widget class="QToolButton" row="0" column="6"> + <widget class="TQToolButton" row="0" column="6"> <property name="name"> <cstring>m_vAlignButton</cstring> </property> @@ -243,8 +243,8 @@ You should have received a copy of the GNU General Public License along with thi <tabstop>m_fontSizeCombo</tabstop> <tabstop>m_textColorButton</tabstop> </tabstops> -<layoutdefaults spacing="6" margin="11"/> -<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> +<tqlayoutdefaults spacing="6" margin="11"/> +<tqlayoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> <includehints> <includehint>kcombobox.h</includehint> <includehint>klineedit.h</includehint> |