rename files

svn path=/trunk/KDE/kdebase/workspace/; revision=694806
This commit is contained in:
Gerd Fleischer 2007-07-31 19:43:31 +00:00
parent e6d07e906d
commit 5807b765b2
3 changed files with 2 additions and 2 deletions

View file

@ -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})

View file

@ -10,7 +10,7 @@
* Many features are now customizable.
*/
#include "kdedefault.h"
#include "kde2.h"
#include <kconfig.h>
#include <kglobal.h>