X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/86cf83625b2bd9c7abe182ce1f2da11d33cb1482..f16e2f1f2b4778b4bc890162fa9cd31d7dd79b54:/PreferencesController.h diff --git a/PreferencesController.h b/PreferencesController.h index 98519f3..761a518 100755 --- a/PreferencesController.h +++ b/PreferencesController.h @@ -14,7 +14,7 @@ #import -@class MainController, KeyCombo; +@class MainController, ITKeyCombo; @interface PreferencesController : NSObject { @@ -50,7 +50,7 @@ NSMutableArray *myItems; NSArray *submenuItems; - KeyCombo *combo; + ITKeyCombo *combo; NSString *currentHotKey; NSMutableDictionary *hotKeysDictionary; } @@ -73,5 +73,5 @@ - (IBAction)okHotKey:(id)sender; - (void)setCurrentHotKey:(NSString *)key; -- (void)setKeyCombo:(KeyCombo *)newCombo; +- (void)setKeyCombo:(ITKeyCombo *)newCombo; @end