X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/2bf1aae48a3e29857c86221d87b7841322e48423..8c8ad0b57aee475a9b03939aa932d96610587c25:/MenuTunes.h diff --git a/MenuTunes.h b/MenuTunes.h index 6e66299..dd79366 100755 --- a/MenuTunes.h +++ b/MenuTunes.h @@ -6,7 +6,7 @@ * Original Author : Kent Sutherland * Responsibility : Kent Sutherland * - * Copyright (c) 2002 iThink Software. + * Copyright (c) 2002-2003 iThink Software. * All Rights Reserved * */ @@ -17,10 +17,10 @@ #import #import #import - +#import //@class MenuTunesView; -@class PreferencesController, ITTransientStatusWindow; +@class PreferencesController, StatusWindow; @interface MenuTunes : NSObject { @@ -52,7 +52,7 @@ NSMenuItem *playPauseMenuItem; //Toggle between 'Play' and 'Pause' PreferencesController *prefsController; - ITTransientStatusWindow *statusWindow; //Shows track info and upcoming songs. + StatusWindow *statusWindow; //Shows track info and upcoming songs. } - (void)registerDefaultsIfNeeded;