Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITIconAndTextStatusWindow.h
index aa0a5d2..18fb5a2 100644 (file)
@@ -4,15 +4,12 @@
  *
  *     ITTransientStatusWindow subclass to show an icon and text.
  *
- *     Copyright (c) 2005 by iThink Software.
- *     All Rights Reserved.
- *
- *     $Id$
+ *     Copyright (c) 2005 iThink Software
  *
  */
 
 #import <Cocoa/Cocoa.h>
-#import "ITTransientStatusWindow.h"
+#import <ITKit/ITTransientStatusWindow.h>
 
 @interface ITIconAndTextStatusWindow : ITTransientStatusWindow {
        NSImage *_image;