diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-09-18 08:33:22 +1000 |
---|---|---|
committer | Prasanth Ullattil <prasanth.ulattil@nokia.com> | 2009-09-18 13:35:10 +0200 |
commit | 39ec3f66db65684b32b8c5f35311d6045135c4d0 (patch) | |
tree | f9cff76ddd123f0cf1ce185e48b056b783abe518 /tools/designer | |
parent | 9a712c48fb8047c3ed833db7d47382eb072711d6 (diff) | |
download | qt4-tools-39ec3f66db65684b32b8c5f35311d6045135c4d0.tar.gz |
Fix broken .ui file - class name was not specified correctly.
Reviewed-by: trustme
Diffstat (limited to 'tools/designer')
-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 17ee9665cc..d7a298c677 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> |