diff options
author | Slávek Banko <[email protected]> | 2013-10-08 00:13:25 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-10-08 05:14:53 +0200 |
commit | 84f5a315c3429b47a7eff15e626e2efdbe4f6e5e (patch) | |
tree | 770861aa9033e1dc6c5168358194ff85b32dd429 /src/calltreelayout.ui | |
parent | 57d8bb3d12aed373eee08915f0ff19f5233aabe3 (diff) | |
download | kscope-84f5a315c3429b47a7eff15e626e2efdbe4f6e5e.tar.gz kscope-84f5a315c3429b47a7eff15e626e2efdbe4f6e5e.zip |
Initial TQt conversion
Diffstat (limited to 'src/calltreelayout.ui')
-rw-r--r-- | src/calltreelayout.ui | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/src/calltreelayout.ui b/src/calltreelayout.ui index 2562977..69beb2f 100644 --- a/src/calltreelayout.ui +++ b/src/calltreelayout.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>CallTreeLayout</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>CallTreeLayout</cstring> </property> @@ -19,7 +19,7 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout2</cstring> </property> @@ -27,7 +27,7 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QButtonGroup"> + <widget class="TQButtonGroup"> <property name="name"> <cstring>m_pViewGroup</cstring> </property> @@ -50,7 +50,7 @@ <property name="margin"> <number>0</number> </property> - <widget class="QToolButton"> + <widget class="TQToolButton"> <property name="name"> <cstring>m_pGraphButton</cstring> </property> @@ -67,7 +67,7 @@ <string>Call Graph</string> </property> </widget> - <widget class="QToolButton"> + <widget class="TQToolButton"> <property name="name"> <cstring>m_pCalledButton</cstring> </property> @@ -84,7 +84,7 @@ <string>Called Functions Tree</string> </property> </widget> - <widget class="QToolButton"> + <widget class="TQToolButton"> <property name="name"> <cstring>m_pCallingButton</cstring> </property> @@ -117,7 +117,7 @@ <enum>Vertical</enum> </property> </widget> - <widget class="QButtonGroup"> + <widget class="TQButtonGroup"> <property name="name"> <cstring>m_pGraphGroup</cstring> </property> @@ -140,7 +140,7 @@ <property name="margin"> <number>0</number> </property> - <widget class="QToolButton"> + <widget class="TQToolButton"> <property name="name"> <cstring>m_pSaveButton</cstring> </property> @@ -154,7 +154,7 @@ <string>Save As...</string> </property> </widget> - <widget class="QToolButton"> + <widget class="TQToolButton"> <property name="name"> <cstring>m_pZoomInButton</cstring> </property> @@ -171,7 +171,7 @@ <string>Zoom In</string> </property> </widget> - <widget class="QToolButton"> + <widget class="TQToolButton"> <property name="name"> <cstring>m_pZoomOutButton</cstring> </property> @@ -188,7 +188,7 @@ <string>Zoom Out</string> </property> </widget> - <widget class="QToolButton"> + <widget class="TQToolButton"> <property name="name"> <cstring>m_pRotateButton</cstring> </property> @@ -205,7 +205,7 @@ <string>Rotate</string> </property> </widget> - <widget class="QToolButton"> + <widget class="TQToolButton"> <property name="name"> <cstring>m_pPrefButton</cstring> </property> @@ -243,7 +243,7 @@ </spacer> </hbox> </widget> - <widget class="QWidgetStack"> + <widget class="TQWidgetStack"> <property name="name"> <cstring>m_pStack</cstring> </property> @@ -255,7 +255,7 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <widget class="QWidget"> + <widget class="TQWidget"> <property name="name"> <cstring>WStackPage</cstring> </property> @@ -276,7 +276,7 @@ </widget> </vbox> </widget> - <widget class="QWidget"> + <widget class="TQWidget"> <property name="name"> <cstring>WStackPage</cstring> </property> @@ -297,7 +297,7 @@ </widget> </vbox> </widget> - <widget class="QWidget"> + <widget class="TQWidget"> <property name="name"> <cstring>WStackPage</cstring> </property> @@ -319,7 +319,7 @@ </vbox> </widget> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>m_pHelpLabel</cstring> </property> @@ -418,7 +418,7 @@ <slot access="protected">slotZoomOutClicked()</slot> <slot access="protected">slotRotateClicked()</slot> <slot access="protected">slotViewChanged(int)</slot> - <slot access="protected">slotViewChanged(QWidget*)</slot> + <slot access="protected">slotViewChanged(TQWidget*)</slot> <slot access="protected">slotPrefClicked()</slot> </slots> <layoutdefaults spacing="6" margin="11"/> |