diff options
Diffstat (limited to 'kmymoney2/wizards/newaccountwizard/kloanpayoutpagedecl.ui')
-rw-r--r-- | kmymoney2/wizards/newaccountwizard/kloanpayoutpagedecl.ui | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/kmymoney2/wizards/newaccountwizard/kloanpayoutpagedecl.ui b/kmymoney2/wizards/newaccountwizard/kloanpayoutpagedecl.ui index 1270efe..b7f0c06 100644 --- a/kmymoney2/wizards/newaccountwizard/kloanpayoutpagedecl.ui +++ b/kmymoney2/wizards/newaccountwizard/kloanpayoutpagedecl.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>KLoanPayoutPageDecl</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>KLoanPayoutPageDecl</cstring> </property> @@ -28,7 +28,7 @@ If this loan is a 'consumer loan' (money to use however you want), you can use a checking account instead.</string> </property> </widget> - <widget class="QCheckBox"> + <widget class="TQCheckBox"> <property name="name"> <cstring>m_noPayoutTransaction</cstring> </property> @@ -36,7 +36,7 @@ If this loan is a 'consumer loan' (money to use however you want), you can use a <string>Don't create payout transaction</string> </property> </widget> - <widget class="QFrame"> + <widget class="TQFrame"> <property name="name"> <cstring>m_payoutDetailFrame</cstring> </property> @@ -53,7 +53,7 @@ If this loan is a 'consumer loan' (money to use however you want), you can use a <property name="margin"> <number>0</number> </property> - <widget class="QCheckBox" row="0" column="0" rowspan="1" colspan="4"> + <widget class="TQCheckBox" row="0" column="0" rowspan="1" colspan="4"> <property name="name"> <cstring>m_refinanceLoan</cstring> </property> @@ -64,7 +64,7 @@ If this loan is a 'consumer loan' (money to use however you want), you can use a <string>Check this if you are refinancing a loan that already exists in KMyMoney</string> </property> </widget> - <widget class="QLabel" row="1" column="0"> + <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>textLabel1</cstring> </property> @@ -93,7 +93,7 @@ If this loan is a 'consumer loan' (money to use however you want), you can use a <string>Create</string> </property> </widget> - <widget class="QLabel" row="2" column="0"> + <widget class="TQLabel" row="2" column="0"> <property name="name"> <cstring>textLabel1_2</cstring> </property> @@ -117,7 +117,7 @@ If this loan is a 'consumer loan' (money to use however you want), you can use a </sizepolicy> </property> </widget> - <widget class="QLabel" row="3" column="0"> + <widget class="TQLabel" row="3" column="0"> <property name="name"> <cstring>textLabel2</cstring> </property> @@ -135,7 +135,7 @@ If this loan is a 'consumer loan' (money to use however you want), you can use a <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>40</width> <height>20</height> @@ -159,7 +159,7 @@ If this loan is a 'consumer loan' (money to use however you want), you can use a <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> @@ -194,5 +194,10 @@ If this loan is a 'consumer loan' (money to use however you want), you can use a <slot>setDisabled(bool)</slot> </connection> </connections> -<layoutdefaults spacing="6" margin="11"/> +<includes> + <include location="global" impldecl="in implementation">kmymoney/kmymoneydateinput.h</include> + <include location="global" impldecl="in implementation">kmymoney/kmymoneyedit.h</include> + <include location="global" impldecl="in implementation">kmymoney/kmymoneycategory.h</include> +</includes> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> |