diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-09-17 22:33:22 (GMT) |
---|---|---|
committer | Prasanth Ullattil <prasanth.ulattil@nokia.com> | 2009-09-18 11:35:10 (GMT) |
commit | 39ec3f66db65684b32b8c5f35311d6045135c4d0 (patch) | |
tree | f9cff76ddd123f0cf1ce185e48b056b783abe518 /tools/designer | |
parent | 9a712c48fb8047c3ed833db7d47382eb072711d6 (diff) | |
download | Qt-39ec3f66db65684b32b8c5f35311d6045135c4d0.zip Qt-39ec3f66db65684b32b8c5f35311d6045135c4d0.tar.gz Qt-39ec3f66db65684b32b8c5f35311d6045135c4d0.tar.bz2 |
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 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> |