diff options
Diffstat (limited to 'kommander/examples/current/kpartmwframe.kmdr')
-rwxr-xr-x | kommander/examples/current/kpartmwframe.kmdr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kommander/examples/current/kpartmwframe.kmdr b/kommander/examples/current/kpartmwframe.kmdr index 134f28af..6e334aa6 100755 --- a/kommander/examples/current/kpartmwframe.kmdr +++ b/kommander/examples/current/kpartmwframe.kmdr @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.0" stdsetdef="1"> <class>KKPdemo</class> -<widget class="QMainWindow"> +<widget class=TQMAINWINDOW_OBJECT_NAME_STRING> <property name="name"> <cstring>KKPdemo</cstring> </property> @@ -58,7 +58,7 @@ </sizepolicy> </property> </widget> - <widget class="QLayoutWidget" row="1" column="0"> + <widget class=TQLAYOUTWIDGET_OBJECT_NAME_STRING row="1" column="0"> <property name="name"> <cstring>Layout5</cstring> </property> @@ -95,7 +95,7 @@ _loadup = 2 <stringlist> <string>#!kommander if widgetExists("ScriptObject13") then - TextBrowser1.setText("This text was written by a script on the parent frame window. It could have been a dialog, but we chose to illustrate with a MainWindow for this demo.") + TextBrowser1.setText("This text was written by a script on the tqparent frame window. It could have been a dialog, but we chose to illustrate with a MainWindow for this demo.") ScriptObject13.execute else message_error("You do not have the KPart child dialog loaded") @@ -614,5 +614,5 @@ endif</string> <slot>execute()</slot> </connection> </connections> -<layoutdefaults spacing="6" margin="11"/> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> |