diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-09-17 22:33:22 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-09-17 22:34:00 (GMT) |
commit | 6c0b2b331cfcd200b4e62809e39971eb531fab80 (patch) | |
tree | 7e0fd0d25d525ebb075c3676dca3d8f2202068eb | |
parent | 3ec54c15f37c8f74fc86486abf67697eb1f5cded (diff) | |
download | Qt-6c0b2b331cfcd200b4e62809e39971eb531fab80.zip Qt-6c0b2b331cfcd200b4e62809e39971eb531fab80.tar.gz Qt-6c0b2b331cfcd200b4e62809e39971eb531fab80.tar.bz2 |
Fix broken .ui file - class name was not specified correctly.
Reviewed-by: trustme
-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> |