Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITIconAndTextStatusWindow.h
old mode 100755 (executable)
new mode 100644 (file)
index 9955f04..18fb5a2
@@ -1,25 +1,21 @@
 /*
  *     ITKit
- *  ITIconAndTextStatusWindow
- *    ITTransientStatusWindow subclass to show an icon and text.
+ *     ITIconAndTextStatusWindow.h
  *
- *  Original Author : Kent Sutherland <ksutherland@ithinksw.com>
- *   Responsibility : Kent Sutherland <mjudy@ithinksw.com>
- *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *     ITTransientStatusWindow subclass to show an icon and text.
  *
- *  Copyright (c) 2002 - 2004 iThink Software.
- *  All Rights Reserved
+ *     Copyright (c) 2005 iThink Software
  *
  */
 
 #import <Cocoa/Cocoa.h>
-#import "ITTransientStatusWindow.h"
+#import <ITKit/ITTransientStatusWindow.h>
 
 @interface ITIconAndTextStatusWindow : ITTransientStatusWindow {
-        NSImage            *_image;
+       NSImage *_image;
 }
 
 - (void)setImage:(NSImage *)newImage;
 - (void)buildTextWindowWithString:(NSString *)text;
 
-@end
+@end
\ No newline at end of file