X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/4f2a1a6b5d25d7cbae4f356eabe754a4f6e98adb..6c6d051f334e4a21987da8d19a3a9fb01360efac:/PreferencesController.h diff --git a/PreferencesController.h b/PreferencesController.h index f935a26..6fc8456 100755 --- a/PreferencesController.h +++ b/PreferencesController.h @@ -14,14 +14,13 @@ #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; @@ -36,7 +35,7 @@ IBOutlet NSButton *upcomingSongsButton; IBOutlet NSWindow *window; - MenuTunes *mt; + MainController *mt; NSMutableArray *availableItems, *myItems; NSArray *submenuItems; @@ -44,7 +43,7 @@ *prevTrackCombo, *trackInfoCombo, *upcomingSongsCombo; NSString *setHotKey; } -- (id)initWithMenuTunes:(MenuTunes *)menutunes; +- (id)initWithMenuTunes:(MainController *)menutunes; - (IBAction)apply:(id)sender; - (IBAction)cancel:(id)sender;