rename files
svn path=/trunk/KDE/kdebase/workspace/; revision=694806
This commit is contained in:
parent
e6d07e906d
commit
5807b765b2
3 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ add_subdirectory( config )
|
|||
|
||||
########### next target ###############
|
||||
|
||||
set(kwin3_kde2_PART_SRCS kdedefault.cpp)
|
||||
set(kwin3_kde2_PART_SRCS kde2.cpp)
|
||||
|
||||
|
||||
kde4_add_plugin(kwin3_kde2 ${kwin3_kde2_PART_SRCS})
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
* Many features are now customizable.
|
||||
*/
|
||||
|
||||
#include "kdedefault.h"
|
||||
#include "kde2.h"
|
||||
|
||||
#include <kconfig.h>
|
||||
#include <kglobal.h>
|
Loading…
Reference in a new issue