oxygen.h/.cpp renamed to oxygenfactory.h/.cpp for consistency.
svn path=/trunk/KDE/kdebase/workspace/; revision=1121941
This commit is contained in:
parent
c5bf8d012e
commit
43d7384663
9 changed files with 5 additions and 9 deletions
|
@ -6,7 +6,7 @@ include_directories(${KDEBASE_WORKSPACE_SOURCE_DIR}/libs/oxygen)
|
|||
########### next target ###############
|
||||
set(kwin_oxygen_SRCS
|
||||
helper.cpp
|
||||
oxygen.cpp
|
||||
oxygenfactory.cpp
|
||||
oxygenbutton.cpp
|
||||
oxygenclient.cpp
|
||||
oxygenclientgroupitemdata.cpp
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include "oxygenbutton.h"
|
||||
#include "oxygenbutton.moc"
|
||||
#include "oxygenclient.h"
|
||||
#include "oxygen.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
#include <kcommondecoration.h>
|
||||
|
||||
#include "oxygen.h"
|
||||
#include "oxygenfactory.h"
|
||||
#include "oxygenanimation.h"
|
||||
|
||||
namespace Oxygen
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include "oxygenclient.h"
|
||||
#include "oxygenclient.moc"
|
||||
|
||||
#include "oxygen.h"
|
||||
#include "oxygenbutton.h"
|
||||
#include "oxygensizegrip.h"
|
||||
#include "tileset.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
// IN THE SOFTWARE.
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "oxygen.h"
|
||||
#include "oxygenfactory.h"
|
||||
#include "oxygenclientgroupitemdata.h"
|
||||
#include "oxygenconfiguration.h"
|
||||
#include "oxygentitleanimationdata.h"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include "oxygenclientgroupitemdata.h"
|
||||
#include "oxygenclientgroupitemdata.moc"
|
||||
#include "oxygenclient.h"
|
||||
#include "oxygen.h"
|
||||
|
||||
namespace Oxygen
|
||||
{
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
// IN THE SOFTWARE.
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "oxygen.h"
|
||||
#include "oxygen.moc"
|
||||
#include "oxygenfactory.h"
|
||||
#include "oxygenfactory.moc"
|
||||
#include "oxygenclient.h"
|
||||
|
||||
#include <cassert>
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
#include "oxygenshadowcache.h"
|
||||
#include "oxygenclient.h"
|
||||
#include "oxygen.h"
|
||||
#include "oxygenhelper.h"
|
||||
|
||||
#include <cassert>
|
||||
|
|
Loading…
Reference in a new issue