diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-09-17 22:33:22 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-21 04:51:01 (GMT) |
commit | a9e944bcd5da12d3b34ad8de2ecc290fbb225f53 (patch) | |
tree | fdb7c446227d7cccc6006f926c06736384762ebd | |
parent | 5261bc50a7744d8b15ad48ef79491f64e298837a (diff) | |
download | Qt-a9e944bcd5da12d3b34ad8de2ecc290fbb225f53.zip Qt-a9e944bcd5da12d3b34ad8de2ecc290fbb225f53.tar.gz Qt-a9e944bcd5da12d3b34ad8de2ecc290fbb225f53.tar.bz2 |
Fix broken .ui file - class name was not specified correctly.
Reviewed-by: trustme
(cherry picked from commit 39ec3f66db65684b32b8c5f35311d6045135c4d0)
-rw-r--r-- | tools/designer/src/components/formeditor/deviceprofiledialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/src/components/formeditor/deviceprofiledialog.ui b/tools/designer/src/components/formeditor/deviceprofiledialog.ui index 17ee966..d7a298c 100644 --- a/tools/designer/src/components/formeditor/deviceprofiledialog.ui +++ b/tools/designer/src/components/formeditor/deviceprofiledialog.ui @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> - <class>dialog</class> + <class>DeviceProfileDialog</class> <widget class="QDialog" name="dialog"> <property name="geometry"> <rect> |