mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
CProgressbarSetup: using unified 'osd' namespace
Origin commit data
------------------
Branch: ni/coolstream
Commit: cca6d898c8
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-19 (Tue, 19 Mar 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -78,6 +78,7 @@ libneutrino_gui_a_SOURCES = \
|
|||||||
network_service.cpp \
|
network_service.cpp \
|
||||||
network_setup.cpp \
|
network_setup.cpp \
|
||||||
nfs.cpp \
|
nfs.cpp \
|
||||||
|
osd_progressbar_setup.cpp \
|
||||||
osd_setup.cpp \
|
osd_setup.cpp \
|
||||||
osdlang_setup.cpp \
|
osdlang_setup.cpp \
|
||||||
parentallock_setup.cpp \
|
parentallock_setup.cpp \
|
||||||
@@ -86,7 +87,6 @@ libneutrino_gui_a_SOURCES = \
|
|||||||
pictureviewer_setup.cpp \
|
pictureviewer_setup.cpp \
|
||||||
pluginlist.cpp \
|
pluginlist.cpp \
|
||||||
plugins.cpp \
|
plugins.cpp \
|
||||||
progressbar_setup.cpp \
|
|
||||||
proxyserver_setup.cpp \
|
proxyserver_setup.cpp \
|
||||||
rc_lock.cpp \
|
rc_lock.cpp \
|
||||||
record_setup.cpp \
|
record_setup.cpp \
|
||||||
|
@@ -19,7 +19,8 @@
|
|||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||||
|
Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -27,7 +28,7 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "progressbar_setup.h"
|
#include "osd_progressbar_setup.h"
|
||||||
|
|
||||||
#include <global.h>
|
#include <global.h>
|
||||||
#include <neutrino.h>
|
#include <neutrino.h>
|
@@ -19,7 +19,8 @@
|
|||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||||
|
Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
@@ -43,7 +43,7 @@
|
|||||||
#include "screensetup.h"
|
#include "screensetup.h"
|
||||||
#include "osdlang_setup.h"
|
#include "osdlang_setup.h"
|
||||||
#include "filebrowser.h"
|
#include "filebrowser.h"
|
||||||
#include "progressbar_setup.h"
|
#include "osd_progressbar_setup.h"
|
||||||
|
|
||||||
#include <gui/widget/icons.h>
|
#include <gui/widget/icons.h>
|
||||||
#include <gui/widget/colorchooser.h>
|
#include <gui/widget/colorchooser.h>
|
||||||
|
Reference in New Issue
Block a user