]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/wizard.h
Blacklist Qt 4.5.0 as promised
[vlc] / modules / gui / macosx / wizard.h
index 300417f784441db3eb6d9ac84e7cc334ea28c192..534875188de14ebcbdf6499746cbe6e9923a6319 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2005-2007 the VideoLAN team
  * $Id$
  *
- * Authors: Felix Kühne <fkuehne@users.sf.net>
+ * Authors: Felix Kühne <fkuehne at videolan dot org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
     NSArray * o_encapFormats;
     NSArray * o_strmgMthds;
     NSString * o_opts;
-
-    BOOL b_keepSettingsOrNot;
 }
 - (IBAction)cancelRun:(id)sender;
 - (IBAction)nextTab:(id)sender;
 - (void)resetWizard;
 - (void)createOpts;
 - (void)rebuildCodecMenus;
-- (id)getPlaylistWizard;
+- (id)playlistWizard;
 - (void)initWithExtractValuesFrom: (NSString *)from to: (NSString *)to ofItem: (NSString *)item;
 
 @end