Fixing the project's missing files, and updating the background view for renaming
[ITKit.git] / ITTSWBackgroundView.h
index 8d49143..ff56e90 100755 (executable)
@@ -1,6 +1,6 @@
 /*
  *     ITKit
- *  ITGrayRoundedView
+ *  ITTSWBackgroundView
  *    NSView subclass which draws a translucent background with rounded corners.
  *
  *  Original Author : Matt Judy <mjudy@ithinksw.com>
@@ -14,7 +14,7 @@
 #import <Cocoa/Cocoa.h>
 
 
-@interface ITGrayRoundedView : NSView {
+@interface ITTSWBackgroundView : NSView {
     NSBezierPath *_path;
 }