#import "ITTextFieldCell.h"
-#import <CoreGraphics/CoreGraphics.h>
+#import <ApplicationServices/ApplicationServices.h>
#import "ITCoreGraphicsHacks.h"
#pragma mark INITIALIZATION METHODS
/*************************************************************************/
-- (id)initTextCell:(NSString *)string;
+- (id)initTextCell:(NSString *)string
{
if ( ( self = [super initTextCell:string] ) ) {
castsShadow = NO;