/*
* ITKit
- * ITDissolveWindowEffect
- * Effect subclass which performs a dissolve fade effect on a window.
+ * ITDissolveWindowEffect.h
*
- * Original Author : Matt Judy <mjudy@ithinksw.com>
- * Responsibility : Matt Judy <mjudy@ithinksw.com>
+ * Effect subclass which performs a dissolve fade effect on a window.
*
- * 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 ITDissolveWindowEffect : ITWindowEffect <ITWindowEffect> {
+@interface ITDissolveWindowEffect : ITWindowEffect {
}
-@end
+@end
\ No newline at end of file