X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/1e64b5d75911f02ab001d77a2036b9812cc9125a..5973b75b6b4f55277003775f4793f190b6f9a72d:/PreferencesController.h diff --git a/PreferencesController.h b/PreferencesController.h index faf4ad1..6fc8456 100755 --- a/PreferencesController.h +++ b/PreferencesController.h @@ -1,15 +1,26 @@ -/* 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 { IBOutlet NSButton *albumCheckbox; IBOutlet NSTableView *allTableView; IBOutlet NSButton *artistCheckbox; - IBOutlet NSTextField *hotKeyTextField; IBOutlet NSTextField *keyComboField; IBOutlet NSPanel *keyComboPanel; IBOutlet NSButton *launchAtLoginCheckbox; @@ -24,7 +35,7 @@ IBOutlet NSButton *upcomingSongsButton; IBOutlet NSWindow *window; - MenuTunes *mt; + MainController *mt; NSMutableArray *availableItems, *myItems; NSArray *submenuItems; @@ -32,7 +43,7 @@ *prevTrackCombo, *trackInfoCombo, *upcomingSongsCombo; NSString *setHotKey; } -- (id)initWithMenuTunes:(MenuTunes *)menutunes; +- (id)initWithMenuTunes:(MainController *)menutunes; - (IBAction)apply:(id)sender; - (IBAction)cancel:(id)sender;