diff options
Diffstat (limited to 'examples/qxembedexample.ui')
-rw-r--r-- | examples/qxembedexample.ui | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/examples/qxembedexample.ui b/examples/qxembedexample.ui index d346516..2613c51 100644 --- a/examples/qxembedexample.ui +++ b/examples/qxembedexample.ui @@ -1,8 +1,8 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> -<class>QXEmbedExample</class> -<widget class="QWidget"> +<class>TQXEmbedExample</class> +<widget class="TQWidget"> <property name="name"> - <cstring>QXEmbedExample</cstring> + <cstring>TQXEmbedExample</cstring> </property> <property name="geometry"> <rect> @@ -13,13 +13,13 @@ </rect> </property> <property name="caption"> - <string>QXEmbed Example</string> + <string>TQXEmbed Example</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout2</cstring> </property> @@ -104,11 +104,11 @@ <enum>Horizontal</enum> </property> </widget> - <widget class="QTabWidget"> + <widget class="TQTabWidget"> <property name="name"> <cstring>mainTabs</cstring> </property> - <widget class="QWidget"> + <widget class="TQWidget"> <property name="name"> <cstring>tab</cstring> </property> @@ -119,12 +119,12 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="text"> - <string><b>QXEmbed Example</b> + <string><b>TQXEmbed Example</b> <br><br> Select one of the app names from the combo list, then launch it with the button. Two seconds after launch, the window for the new process will get added as a new tab.</string> @@ -139,7 +139,7 @@ Select one of the app names from the combo list, then launch it with the button. <connection> <sender>launchButton</sender> <signal>clicked()</signal> - <receiver>QXEmbedExample</receiver> + <receiver>TQXEmbedExample</receiver> <slot>launchApp()</slot> </connection> </connections> |