[webkit-changes] cvs commit: WebCore/kwq KWQSlider.mm

Beth bdakin at opensource.apple.com
Fri Oct 21 15:04:18 PDT 2005


bdakin      05/10/21 15:04:18

  Modified:    .        ChangeLog
               kwq      KWQSlider.mm
  Log:
  Bug #:
  
  Revision  Changes    Path
  1.255     +13 -0     WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.254
  retrieving revision 1.255
  diff -u -r1.254 -r1.255
  --- ChangeLog	21 Oct 2005 21:27:34 -0000	1.254
  +++ ChangeLog	21 Oct 2005 22:04:14 -0000	1.255
  @@ -1,3 +1,16 @@
  +2005-10-21  Beth Dakin  <bdakin at apple.com>
  +
  +        Reviewed by Hyatt...sort of.
  +
  +        No test cases added.
  +
  +	Fix for a build failure after Hyatt's button check-in. KWQSlider.mm was
  +	still importing the now deprecated KWQButton.h
  +
  +	Changed it to import KWQLineEdit.h instead.
  +
  +        * kwq/KWQSlider.mm:
  +
   2005-10-21  David Hyatt  <hyatt at apple.com>
   
   	Land the new "NSView-less" buttons.  With this landing both
  
  
  
  1.12      +1 -1      WebCore/kwq/KWQSlider.mm
  
  Index: KWQSlider.mm
  ===================================================================
  RCS file: /cvs/root/WebCore/kwq/KWQSlider.mm,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- KWQSlider.mm	3 Oct 2005 21:13:09 -0000	1.11
  +++ KWQSlider.mm	21 Oct 2005 22:04:17 -0000	1.12
  @@ -26,7 +26,7 @@
   #include "config.h"
   #import "KWQSlider.h"
   
  -#import "KWQButton.h"
  +#import "KWQLineEdit.h"
   #import "KWQExceptions.h"
   #import "KWQKHTMLPart.h"
   #import "KWQNSViewExtras.h"
  
  
  



More information about the webkit-changes mailing list