Browse Source

Fix case problem with promoted widget include file

Deal with issue where Designer changes include file name for
promoted widget to lower case.
Steve Pieper 15 years ago
parent
commit
8377a0f06e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Libs/DICOM/Widgets/Resources/UI/ctkDICOMQueryWidget.ui

+ 1 - 1
Libs/DICOM/Widgets/Resources/UI/ctkDICOMQueryWidget.ui

@@ -159,7 +159,7 @@
   <customwidget>
    <class>ctkDateRangeWidget</class>
    <extends>QWidget</extends>
-   <header>ctkdaterangewidget.h</header>
+   <header>ctkDateRangeWidget.h</header>
    <container>1</container>
   </customwidget>
  </customwidgets>