/*
* ITKit
- * ITCutWindowEffect
- * Effect subclass which performs a simple cut in or out, with no transition.
+ * ITCutWindowEffect.h
*
- * Original Author : Matthew Judy <mjudy@ithinksw.com>
- * Responsibility : Matthew Judy <mjudy@ithinksw.com>
+ * Effect subclass which performs a simple cut in or out, with no transition.
*
- * Copyright (c) 2002 - 2003 iThink Software.
- * All Rights Reserved
+ * Copyright (c) 2005 by iThink Software.
+ * All Rights Reserved.
+ *
+ * $Id$
*
*/
-
#import <Cocoa/Cocoa.h>
-#import "ITWindowEffect.h"
-
+#import <ITKit/ITWindowEffect.h>
-@interface ITCutWindowEffect : ITWindowEffect <ITWindowEffect> {
+@interface ITCutWindowEffect : ITWindowEffect {
}
-@end
+@end
\ No newline at end of file