diff options
author | ormorph <[email protected]> | 2020-08-26 18:41:16 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2020-08-26 18:41:16 +0300 |
commit | 20fd79e5f4ac230cc4f6da008605be225f8b3399 (patch) | |
tree | 5e37883f7b0c56e9547cc0bfe165d35d6648d67b /quanta/scripts/tidy.kmdr | |
parent | c2300515b779c9876cf100d34d93991bd9199da0 (diff) | |
download | tdewebdev-20fd79e5f4ac230cc4f6da008605be225f8b3399.tar.gz tdewebdev-20fd79e5f4ac230cc4f6da008605be225f8b3399.zip |
Kmdr scripts for Quanta+ fixed.
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'quanta/scripts/tidy.kmdr')
-rw-r--r-- | quanta/scripts/tidy.kmdr | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/quanta/scripts/tidy.kmdr b/quanta/scripts/tidy.kmdr index 472750ab..2ba267f7 100644 --- a/quanta/scripts/tidy.kmdr +++ b/quanta/scripts/tidy.kmdr @@ -29,7 +29,7 @@ <property name="name"> <cstring>TabWidget1</cstring> </property> - <widget class=TQWIDGET_OBJECT_NAME_STRING> + <widget class="TQWidget"> <property name="name"> <cstring>tab</cstring> </property> @@ -63,7 +63,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class=TQLABEL_OBJECT_NAME_STRING row="1" column="0"> + <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>TextLabel4</cstring> </property> @@ -108,7 +108,7 @@ instances of Quanta running.</string> </stringlist> </property> </widget> - <widget class=TQLABEL_OBJECT_NAME_STRING row="1" column="0"> + <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>TextLabel1</cstring> </property> @@ -258,7 +258,7 @@ instances of Quanta running.</string> </widget> </grid> </widget> - <widget class=TQWIDGET_OBJECT_NAME_STRING> + <widget class="TQWidget"> <property name="name"> <cstring>tab</cstring> </property> @@ -275,7 +275,7 @@ instances of Quanta running.</string> <property name="spacing"> <number>6</number> </property> - <widget class=TQLAYOUTWIDGET_OBJECT_NAME_STRING row="0" column="0"> + <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>Layout1</cstring> </property> @@ -379,7 +379,7 @@ instances of Quanta running.</string> </stringlist> </property> </widget> - <widget class=TQLABEL_OBJECT_NAME_STRING row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>TextLabel1_2</cstring> </property> @@ -443,7 +443,7 @@ instances of Quanta running.</string> </stringlist> </property> </widget> - <widget class=TQLABEL_OBJECT_NAME_STRING row="1" column="0"> + <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>TextLabel2</cstring> </property> @@ -515,7 +515,7 @@ instances of Quanta running.</string> </widget> </grid> </widget> - <widget class=TQWIDGET_OBJECT_NAME_STRING> + <widget class="TQWidget"> <property name="name"> <cstring>tab</cstring> </property> @@ -791,7 +791,7 @@ instances of Quanta running.</string> </widget> </grid> </widget> - <widget class=TQWIDGET_OBJECT_NAME_STRING> + <widget class="TQWidget"> <property name="name"> <cstring>tab</cstring> </property> |