X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/fcbc4baf73d5054212eb69f728ef9c303e1c62a5..6c6d051f334e4a21987da8d19a3a9fb01360efac:/PreferencesController.h diff --git a/PreferencesController.h b/PreferencesController.h index e03a1c8..6fc8456 100755 --- a/PreferencesController.h +++ b/PreferencesController.h @@ -1,8 +1,20 @@ -/* PreferencesController */ +/* + * MenuTunes + * PreferencesController + * Preferences window controller + * + * Original Author : Kent Sutherland + * Responsibility : Kent Sutherland + * + * Copyright (c) 2002 iThink Software. + * All Rights Reserved + * + */ + #import -@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;