Changed versions to 1.7.
[MenuTunes.git] / MenuTunes.m
index 3132a54..8e857cf 100755 (executable)
@@ -1,11 +1,11 @@
 #import "MenuTunes.h"
-#import "HotKeyCenter.h"
+#import <ITKit/ITHotKeyCenter.h>
 
-@implementation MTApplication
+@implementation MenuTunes
 
 - (void)sendEvent:(NSEvent *)event
 {
-       [[HotKeyCenter sharedCenter] sendEvent:event];
+       [[ITHotKeyCenter sharedCenter] sendEvent:event];
        [super sendEvent:event];
 }