include cleanups
svn path=/trunk/KDE/kdebase/workspace/; revision=680057
This commit is contained in:
parent
cbfe1bd3a8
commit
e625a97905
9 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
include_directories( ${CMAKE_SOURCE_DIR}/workspace/kwin/lib )
|
||||
include_directories( ${KDEBASE_WORKSPACE_SOURCE_DIR}/kwin/lib )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
include_directories( ${CMAKE_SOURCE_DIR}/workspace/kwin/lib )
|
||||
include_directories( ${KDEBASE_WORKSPACE_SOURCE_DIR}/kwin/lib )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <klocale.h>
|
||||
#include <kglobal.h>
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
PlastikConfig::PlastikConfig(KConfig* config, QWidget* parent)
|
||||
: QObject(parent), m_config(0), m_dialog(0)
|
||||
|
|
|
@ -14,7 +14,7 @@ macro(KWIN4_ADD_EFFECT_CONFIG name)
|
|||
endmacro(KWIN4_ADD_EFFECT_CONFIG)
|
||||
|
||||
include_directories(
|
||||
${CMAKE_SOURCE_DIR}/workspace/kwin/lib
|
||||
${KDEBASE_WORKSPACE_SOURCE_DIR}/kwin/lib
|
||||
)
|
||||
|
||||
install( FILES kwineffect.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR})
|
||||
|
|
|
@ -31,7 +31,7 @@ License. See the file "COPYING" for the exact licensing terms.
|
|||
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <config-workspace.h>
|
||||
|
||||
#include "videorecord.h"
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <config-workspace.h>
|
||||
|
||||
#include <QDir>
|
||||
#include <QLayout>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include <QWidget>
|
||||
#include <kcmodule.h>
|
||||
#include <config.h>
|
||||
#include <config-workspace.h>
|
||||
|
||||
class QRadioButton;
|
||||
class QCheckBox;
|
||||
|
|
|
@ -11,7 +11,7 @@ License. See the file "COPYING" for the exact licensing terms.
|
|||
#ifndef KWIN_SCENE_XRENDER_H
|
||||
#define KWIN_SCENE_XRENDER_H
|
||||
|
||||
#include <config.h>
|
||||
#include <config-workspace.h>
|
||||
|
||||
#include "scene.h"
|
||||
|
||||
|
|
2
utils.h
2
utils.h
|
@ -12,7 +12,7 @@ License. See the file "COPYING" for the exact licensing terms.
|
|||
#ifndef KWIN_UTILS_H
|
||||
#define KWIN_UTILS_H
|
||||
|
||||
#include <config.h>
|
||||
#include <config-workspace.h>
|
||||
#include <config-X11.h>
|
||||
#include <config-kwin.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue