diff options
author | Timothy Pearson <[email protected]> | 2011-12-04 01:54:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-04 01:54:26 -0600 |
commit | 8fa6239b59e0627e8bc840342fe50d026f532dcd (patch) | |
tree | ccb8dac7f416fd0749132a5adca2b340ac6accbd /examples/qxembedexample.ui | |
parent | 2627136bb0f3c43fb2d0cb48838ea70425d17241 (diff) | |
download | pytde-8fa6239b59e0627e8bc840342fe50d026f532dcd.tar.gz pytde-8fa6239b59e0627e8bc840342fe50d026f532dcd.zip |
Rename TQXEmbed to correct QXEmbed
Diffstat (limited to 'examples/qxembedexample.ui')
-rw-r--r-- | examples/qxembedexample.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/qxembedexample.ui b/examples/qxembedexample.ui index 2613c51..e0048db 100644 --- a/examples/qxembedexample.ui +++ b/examples/qxembedexample.ui @@ -1,8 +1,8 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> -<class>TQXEmbedExample</class> +<class>QXEmbedExample</class> <widget class="TQWidget"> <property name="name"> - <cstring>TQXEmbedExample</cstring> + <cstring>QXEmbedExample</cstring> </property> <property name="geometry"> <rect> @@ -13,7 +13,7 @@ </rect> </property> <property name="caption"> - <string>TQXEmbed Example</string> + <string>QXEmbed Example</string> </property> <vbox> <property name="name"> @@ -124,7 +124,7 @@ <cstring>textLabel1</cstring> </property> <property name="text"> - <string><b>TQXEmbed Example</b> + <string><b>QXEmbed 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>TQXEmbedExample</receiver> + <receiver>QXEmbedExample</receiver> <slot>launchApp()</slot> </connection> </connections> |