From: Joseph Spiros Date: Tue, 18 Mar 2003 03:59:32 +0000 (+0000) Subject: whoops, forgot to change some thingsies X-Git-Tag: v1.0~175 X-Git-Url: http://git.ithinksw.org/MenuTunes.git/commitdiff_plain/6d5c40377eaaed43e49e032faf9449641f31d9e1 whoops, forgot to change some thingsies --- diff --git a/MenuTunes.m b/MenuTunes.m index 3132a54..99c6fd7 100755 --- a/MenuTunes.m +++ b/MenuTunes.m @@ -1,7 +1,7 @@ #import "MenuTunes.h" #import "HotKeyCenter.h" -@implementation MTApplication +@implementation MenuTunes - (void)sendEvent:(NSEvent *)event { diff --git a/PreferencesController.h b/PreferencesController.h index f1f45c1..6fc8456 100755 --- a/PreferencesController.h +++ b/PreferencesController.h @@ -14,7 +14,7 @@ #import -@class MenuTunes, KeyCombo; +@class MainController, KeyCombo; @interface PreferencesController : NSObject {