currentSongUniqueIdentifier now actually returns something that's
[MenuTunes.git] / PreferencesController.h
index e03a1c8..6fc8456 100755 (executable)
@@ -1,8 +1,20 @@
-/* PreferencesController */
+/*
+ *     MenuTunes
+ *  PreferencesController
+ *    Preferences window controller
+ *
+ *  Original Author : Kent Sutherland <ksuther@ithinksw.com>
+ *   Responsibility : Kent Sutherland <ksuther@ithinksw.com>
+ *
+ *  Copyright (c) 2002 iThink Software.
+ *  All Rights Reserved
+ *
+ */
+
 
 #import <Cocoa/Cocoa.h>
 
-@class MenuTunes, KeyCombo;
+@class MainController, KeyCombo;
 
 @interface PreferencesController : NSObject
 {
@@ -23,7 +35,7 @@
     IBOutlet NSButton *upcomingSongsButton;
     IBOutlet NSWindow *window;
     
-    MenuTunes *mt;
+    MainController *mt;
     NSMutableArray *availableItems, *myItems;
     NSArray *submenuItems;
     
@@ -31,7 +43,7 @@
              *prevTrackCombo, *trackInfoCombo, *upcomingSongsCombo;
     NSString *setHotKey;
 }
-- (id)initWithMenuTunes:(MenuTunes *)menutunes;
+- (id)initWithMenuTunes:(MainController *)menutunes;
 
 - (IBAction)apply:(id)sender;
 - (IBAction)cancel:(id)sender;