OTHER: rename Skin.cpp -> skin.cpp

This commit is contained in:
Thomas Frauendorfer 2010-02-07 02:03:21 +01:00
parent 0e0adba890
commit 2e02c96263
19 changed files with 55 additions and 53 deletions

View file

@ -22,7 +22,7 @@
#include "mainwindow.h"
#include "pixmapbutton.h"
#include "pixmapslider.h"
#include "Skin.h"
#include "skin.h"
#include "skinmanager.h"

View file

@ -14,7 +14,7 @@
*/
#include "clutterbar.h"
#include "Skin.h"
#include "skin.h"
#include "skinmanager.h"
#include <QMouseEvent>

View file

@ -19,24 +19,24 @@
#include "xconfig.h"
#include "volumehandler.h"
#include "application.h"
#include "maindisplay.h"
#include "mainwindow.h"
#include "application.h"
#include "clutterbar.h"
#include "equalizerwindow.h"
#include "mainwindow.h"
#include "pixmapbutton.h"
#include "pixmapslider.h"
#include "titlebar.h"
#include "textscroller.h"
#include "timedisplay.h"
#include "Skin.h"
#include "skinmanager.h"
#include "pixmapnumberdisplay.h"
#include "stereomono.h"
#include "posbar.h"
#include "pixmapslider.h"
#include "playstatus.h"
#include "playlistwindow.h"
#include "equalizerwindow.h"
#include "clutterbar.h"
#include "posbar.h"
#include "skin.h"
#include "skinmanager.h"
#include "stereomono.h"
#include "textscroller.h"
#include "titlebar.h"
#include "timedisplay.h"
#include <QFileDialog>
#include <QSettings>

View file

@ -23,18 +23,16 @@
#endif
#include "application.h"
#include "playlistwindow.h"
#include "maindisplay.h"
#include "shadeddisplay.h"
#include "equalizerwindow.h"
#include "Skin.h"
#include "maindisplay.h"
#include "playlistwindow.h"
#include "shadeddisplay.h"
#include "skin.h"
#include "skinmanager.h"
#include <QSettings>
#include <QIcon>
#include <QPluginLoader>
#include <QMouseEvent>
#include <qplugin.h>
MainWindow::MainWindow (QWidget *parent) : BaseWindow (parent)
{

View file

@ -14,7 +14,7 @@
*/
#include "playstatus.h"
#include "Skin.h"
#include "skin.h"
#include "skinmanager.h"
#include <QPainter>

View file

@ -14,7 +14,8 @@
*/
#include "posbar.h"
#include "Skin.h"
#include "skin.h"
#include "skinmanager.h"
#include <QWidget>

View file

@ -17,16 +17,16 @@
#include "xclientcache.h"
#include "xplayback.h"
#include "application.h"
#include "shadeddisplay.h"
#include "application.h"
#include "mainwindow.h"
#include "pixmapbutton.h"
#include "skin.h"
#include "skinmanager.h"
#include "titlebar.h"
#include "pixmapbutton.h"
#include "timedisplay.h"
#include "textscroller.h"
#include "Skin.h"
#include "mainwindow.h"
ShadedDisplay::ShadedDisplay (QWidget *parent) : SkinDisplay (parent)
{

View file

@ -1,7 +1,7 @@
/**
* This file is a part of Promoe, an XMMS2 Client.
*
* Copyright (C) 2005-2008 XMMS2 Team
* Copyright (C) 2005-2010 XMMS2 Team
*
* 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
@ -16,10 +16,10 @@
#include "xclient.h"
#include "xcollection.h"
#include "skindisplay.h"
#include "application.h"
#include "mainwindow.h"
#include "skindisplay.h"
#include "Skin.h"
#include "titlebar.h"
#include "FileDialog.h"

View file

@ -14,7 +14,8 @@
*/
#include "stereomono.h"
#include "Skin.h"
#include "skin.h"
#include "skinmanager.h"
#include <QPainter>

View file

@ -13,10 +13,11 @@
* GNU General Public License for more details.
*/
#include <application.h>
#include "skin.h"
#include "skindisplay.h"
#include "textscroller.h"
#include "Skin.h"
#include "skinmanager.h"
#include "textscroller.h"
#include <QBrush>
#include <QFont>
@ -27,8 +28,6 @@
#include <QSettings>
#include <QTimer>
#include <application.h>
#include "promoe_config.h"
TextScroller::TextScroller (QWidget *parent, uint w,

View file

@ -13,16 +13,17 @@
* GNU General Public License for more details.
*/
#include "mainwindow.h"
#include "titlebar.h"
#include "skindisplay.h"
#include "SkinChooser.h"
// #include "MedialibWindow.h"
#include "settingsdialog.h"
#include "pixmapbutton.h"
#include "BrowseDialog.h"
#include "Skin.h"
#include "mainwindow.h"
#include "skinmanager.h"
#include "pixmapbutton.h"
#include "settingsdialog.h"
#include "skin.h"
#include "SkinChooser.h"
#include "skindisplay.h"
// #include "MedialibWindow.h"
#include <QMenu>
#include <QPainter>

View file

@ -14,7 +14,8 @@
*/
#include "playlistmenu.h"
#include "Skin.h"
#include "skin.h"
#include "skinmanager.h"
#include <QMouseEvent>

View file

@ -1,7 +1,7 @@
/**
* This file is a part of Promoe, an XMMS2 Client.
*
* Copyright (C) 2005-2008 XMMS2 Team
* Copyright (C) 2005-2010 XMMS2 Team
*
* 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
@ -16,8 +16,9 @@
#ifndef __PLAYLISTMENU_H__
#define __PLAYLISTMENU_H__
#include <skin.h>
#include <QWidget>
#include "Skin.h"
class PlaylistMenu;

View file

@ -17,10 +17,10 @@
#include "xclientcache.h"
#include "application.h"
#include "pixmapbutton.h"
#include "playlistshade.h"
#include "playlistwindow.h"
#include "pixmapbutton.h"
#include "Skin.h"
#include "skin.h"
#include "skinmanager.h"
#include <QSettings>

View file

@ -17,11 +17,11 @@
#include "xplayback.h"
#include "application.h"
#include "entryinfo.h"
#include "playlistview.h"
#include "playlistmodel.h"
#include "playlistwidget.h"
#include "Skin.h"
#include "entryinfo.h"
#include "skin.h"
#include "skinmanager.h"
#include <QColor>

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details.
*/
#include "Skin.h"
#include "skin.h"
#include "SkinChooser.h"
#include "skinmanager.h"

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details.
*/
#include "Skin.h"
#include "skin.h"
#include <QDir>
#include <QPainter>
@ -839,4 +839,4 @@ Skin::setPositions ()
// m_positions.insert (SLIDER_EQUALIZER_BGS, QPoint ());
}
#include "Skin.moc"
#include "skin.moc"

View file

@ -15,7 +15,7 @@
*/
#include "skinmanager.h"
#include "Skin.h"
#include "skin.h"
#include <QSettings>
#include <QDebug>