X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/73dd3a56539012847315b2aacae1de73d5085e74..280d630740afd8d04195f16d70829cf639a69f30:/ITTransientStatusWindow.m diff --git a/ITTransientStatusWindow.m b/ITTransientStatusWindow.m index 92eba65..c47f9af 100755 --- a/ITTransientStatusWindow.m +++ b/ITTransientStatusWindow.m @@ -3,7 +3,7 @@ #import #import "ITCoreGraphicsHacks.h" #import "ITTextField.h" -#import "ITGrayRoundedView.h" +#import "ITTSWBackgroundView.h" #define EFFECT_FPS 30.0 @@ -322,7 +322,7 @@ static ITTransientStatusWindow *staticWindow = nil; - (void)rebuildWindow; { if ( _backgroundType == ITTransientStatusWindowRounded ) { - ITGrayRoundedView *roundedView = [[[ITGrayRoundedView alloc] initWithFrame:[self frame]] autorelease]; + ITTSWBackgroundView *roundedView = [[[ITTSWBackgroundView alloc] initWithFrame:[self frame]] autorelease]; [self setBackgroundColor:[NSColor clearColor]]; [self setHasShadow:NO];