X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/6e879de483fcc0349bb3720d1eb8ae74dc6d3803..6d5c40377eaaed43e49e032faf9449641f31d9e1:/PreferencesController.h diff --git a/PreferencesController.h b/PreferencesController.h index de0955c..6fc8456 100755 --- a/PreferencesController.h +++ b/PreferencesController.h @@ -6,7 +6,7 @@ * Original Author : Kent Sutherland * Responsibility : Kent Sutherland * - * Copyright (c) 2002 The iThink Group. + * Copyright (c) 2002 iThink Software. * All Rights Reserved * */ @@ -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;