oxygen.h/.cpp renamed to oxygenfactory.h/.cpp for consistency.

svn path=/trunk/KDE/kdebase/workspace/; revision=1121941
This commit is contained in:
Hugo Pereira Da Costa 2010-05-02 18:38:05 +00:00
parent c5bf8d012e
commit 43d7384663
9 changed files with 5 additions and 9 deletions

View file

@ -6,7 +6,7 @@ include_directories(${KDEBASE_WORKSPACE_SOURCE_DIR}/libs/oxygen)
########### next target ############### ########### next target ###############
set(kwin_oxygen_SRCS set(kwin_oxygen_SRCS
helper.cpp helper.cpp
oxygen.cpp oxygenfactory.cpp
oxygenbutton.cpp oxygenbutton.cpp
oxygenclient.cpp oxygenclient.cpp
oxygenclientgroupitemdata.cpp oxygenclientgroupitemdata.cpp

View file

@ -28,7 +28,6 @@
#include "oxygenbutton.h" #include "oxygenbutton.h"
#include "oxygenbutton.moc" #include "oxygenbutton.moc"
#include "oxygenclient.h" #include "oxygenclient.h"
#include "oxygen.h"
#include <cmath> #include <cmath>

View file

@ -30,7 +30,7 @@
#include <kcommondecoration.h> #include <kcommondecoration.h>
#include "oxygen.h" #include "oxygenfactory.h"
#include "oxygenanimation.h" #include "oxygenanimation.h"
namespace Oxygen namespace Oxygen

View file

@ -28,7 +28,6 @@
#include "oxygenclient.h" #include "oxygenclient.h"
#include "oxygenclient.moc" #include "oxygenclient.moc"
#include "oxygen.h"
#include "oxygenbutton.h" #include "oxygenbutton.h"
#include "oxygensizegrip.h" #include "oxygensizegrip.h"
#include "tileset.h" #include "tileset.h"

View file

@ -28,7 +28,7 @@
// IN THE SOFTWARE. // IN THE SOFTWARE.
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
#include "oxygen.h" #include "oxygenfactory.h"
#include "oxygenclientgroupitemdata.h" #include "oxygenclientgroupitemdata.h"
#include "oxygenconfiguration.h" #include "oxygenconfiguration.h"
#include "oxygentitleanimationdata.h" #include "oxygentitleanimationdata.h"

View file

@ -29,7 +29,6 @@
#include "oxygenclientgroupitemdata.h" #include "oxygenclientgroupitemdata.h"
#include "oxygenclientgroupitemdata.moc" #include "oxygenclientgroupitemdata.moc"
#include "oxygenclient.h" #include "oxygenclient.h"
#include "oxygen.h"
namespace Oxygen namespace Oxygen
{ {

View file

@ -24,8 +24,8 @@
// IN THE SOFTWARE. // IN THE SOFTWARE.
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
#include "oxygen.h" #include "oxygenfactory.h"
#include "oxygen.moc" #include "oxygenfactory.moc"
#include "oxygenclient.h" #include "oxygenclient.h"
#include <cassert> #include <cassert>

View file

@ -26,7 +26,6 @@
#include "oxygenshadowcache.h" #include "oxygenshadowcache.h"
#include "oxygenclient.h" #include "oxygenclient.h"
#include "oxygen.h"
#include "oxygenhelper.h" #include "oxygenhelper.h"
#include <cassert> #include <cassert>