Ignore:
Timestamp:
May 3, 2016, 2:14:41 PM (9 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update vendor to version 16.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/preferencesdialog.h

    r163 r175  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    1717*/
    1818
    19 #ifndef _PREFERENCESDIALOG_H_
    20 #define _PREFERENCESDIALOG_H_
     19#ifndef PREFERENCESDIALOG_H
     20#define PREFERENCESDIALOG_H
    2121
    2222#include "ui_preferencesdialog.h"
     
    4242class PrefTV;
    4343class PrefUpdates;
     44class PrefNetwork;
    4445class PrefAssociations;
    4546
     
    6364        PrefAdvanced * mod_advanced() { return page_advanced; };
    6465        PrefPlaylist * mod_playlist() { return page_playlist; };
    65         PrefUpdates * mod_updtes() { return page_updates; };
     66        PrefUpdates * mod_updates() { return page_updates; };
     67        PrefNetwork * mod_network() { return page_network; };
    6668
    6769        void addSection(PrefWidget *w);
     
    103105        PrefTV * page_tv;
    104106        PrefUpdates * page_updates;
     107        PrefNetwork * page_network;
    105108        PrefAdvanced * page_advanced;
    106109
     
    112115
    113116private:
    114     QPushButton * okButton;
    115     QPushButton * cancelButton;
     117        QPushButton * okButton;
     118        QPushButton * cancelButton;
    116119        QPushButton * applyButton;
    117     QPushButton * helpButton;
     120        QPushButton * helpButton;
    118121};
    119122
Note: See TracChangeset for help on using the changeset viewer.