diff options
Diffstat (limited to 'kmymoney2/widgets/kmymoneyreportcontroldecl.ui')
-rw-r--r-- | kmymoney2/widgets/kmymoneyreportcontroldecl.ui | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/kmymoney2/widgets/kmymoneyreportcontroldecl.ui b/kmymoney2/widgets/kmymoneyreportcontroldecl.ui index 2d0e0e3..697d0a8 100644 --- a/kmymoney2/widgets/kmymoneyreportcontroldecl.ui +++ b/kmymoney2/widgets/kmymoneyreportcontroldecl.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.0" stdsetdef="1"> <class>kMyMoneyReportControlDecl</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>kMyMoneyReportControlDecl</cstring> </property> @@ -25,11 +25,11 @@ <property name="spacing"> <number>1</number> </property> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>buttonChart</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>75</width> <height>0</height> @@ -42,11 +42,11 @@ <string>Show the chart version of this report</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>buttonConfigure</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>75</width> <height>0</height> @@ -59,11 +59,11 @@ <string>Configure this report</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>buttonNew</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>75</width> <height>0</height> @@ -76,11 +76,11 @@ <string>Create a new report based on this one</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>buttonCopy</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>75</width> <height>0</height> @@ -93,11 +93,11 @@ <string>Copy this report to the clipboard</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>buttonExport</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>75</width> <height>0</height> @@ -110,11 +110,11 @@ <string>Export this report as an HTML or CSV file</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>buttonDelete</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>75</width> <height>0</height> @@ -127,11 +127,11 @@ <string>Permanently delete this report</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>buttonClose</cstring> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>75</width> <height>0</height> @@ -146,5 +146,5 @@ </widget> </hbox> </widget> -<layoutdefaults spacing="6" margin="11"/> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> |