Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITSlideHorizontallyWindowEffect.h
old mode 100755 (executable)
new mode 100644 (file)
index 5054912..cc4dedb
@@ -1,23 +1,18 @@
 /*
  *     ITKit
- *  ITSlideHorizontallyWindowEffect
- *    Effect subclass which slides a window in from the right or left side of the screen.
+ *     ITSlideHorizontallyWindowEffect.h
  *
- *  Original Author : Matthew Judy <mjudy@ithinksw.com>
- *   Responsibility : Matthew Judy <mjudy@ithinksw.com>
+ *     Effect subclass which slides a window in from the right or left side of the screen.
  *
- *  Copyright (c) 2002 - 2003 iThink Software.
- *  All Rights Reserved
+ *     Copyright (c) 2005 iThink Software
  *
  */
 
-
 #import <Cocoa/Cocoa.h>
-#import "ITWindowEffect.h"
-
+#import <ITKit/ITWindowEffect.h>
 
-@interface ITSlideHorizontallyWindowEffect : ITWindowEffect <ITWindowEffect> {
+@interface ITSlideHorizontallyWindowEffect : ITWindowEffect {
 
 }
 
-@end
+@end
\ No newline at end of file