]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/PreferencesWindow.h
Qt4 - Open Capture: remove unuseful debug and use different numbers.
[vlc] / modules / gui / beos / PreferencesWindow.h
index f99c4505f187ab2d73528d38874c916a00588d6d..85823db761d8358e01668e66fd79424262b8ed15 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * PreferencesWindow.h
  *****************************************************************************
- * Copyright (C) 1999, 2000, 2001 VideoLAN
+ * Copyright (C) 1999, 2000, 2001 the VideoLAN team
  * $Id$
  *
  * Authors: Eric Petit <titer@m0k.org>
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef BEOS_PREFERENCES_WINDOW_H
@@ -55,6 +55,7 @@ class ConfigWidget : public BView
     public:
                         ConfigWidget( intf_thread_t * p_intf, BRect rect,
                                       module_config_t * p_item );
+                        ~ConfigWidget();
         bool            InitCheck() { return fInitOK; }
         void            Apply( bool doIt );
 
@@ -62,6 +63,9 @@ class ConfigWidget : public BView
         intf_thread_t * p_intf;
 
         bool            fInitOK;
+        int             fType;
+        char          * fName;
+
         VTextControl  * fTextControl;
         BCheckBox     * fCheckBox;
         BPopUpMenu    * fPopUpMenu;
@@ -113,8 +117,7 @@ class PreferencesWindow : public BWindow
     virtual void            FrameResized( float, float );
 
             void            Update();
-            void            ApplyChanges( bool doIt );
-            void            SaveChanges();
+            void            Apply( bool doIt );
 
             void            ReallyQuit();