diff options
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 019748dad..91f6b322c 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -12,7 +12,6 @@ #import "ChapterTitles.h" #import "PictureController.h" #import "HBQueueController.h" -#import "MVMenuButton.h" #import "HBAdvancedController.h" #import "HBPreferencesController.h" #import "HBPresets.h" @@ -229,9 +228,8 @@ BOOL fIsDragging; IBOutlet HBPresetsOutlineView * fPresetsOutlineView; IBOutlet NSButton * fPresetsAdd; IBOutlet NSButton * fPresetsDelete; - IBOutlet MVMenuButton * fPresetsActionButton; - IBOutlet NSMenu * fPresetsActionMenu; - + IBOutlet NSPopUpButton * fPresetsActionButton; + hb_handle_t * fHandle; hb_title_t * fTitle; /* integer to set to determine the previous state @@ -360,6 +358,7 @@ BOOL fIsDragging; - (IBAction)showDebugOutputPanel:(id)sender; - (void)setupToolbar; + - (void) remindUserOfSleepOrShutdown; - (void)moveObjectsInPresetsArray:(NSMutableArray *)array fromIndexes:(NSIndexSet *)indexSet toIndex:(unsigned)insertIndex; |