Fix changing include and missing install files

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=738908
This commit is contained in:
Alexis Ménard 2007-11-19 23:11:40 +00:00
parent 92ba2c1b0b
commit 06931dca66
3 changed files with 5 additions and 3 deletions

View File

@ -149,7 +149,9 @@ install(FILES
DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/widgets)
install(FILES
layouts/boxlayout.cpp
layouts/boxlayout.h
layouts/vboxlayout.h
layouts/hboxlayout.h
layouts/borderlayout.cpp
layouts/freelayout.cpp
layouts/nodelayout.cpp

View File

@ -21,6 +21,6 @@
#ifndef PLASMA_HBOXLAYOUT
#define PLASMA_HBOXLAYOUT
#include <plasma/widgets/boxlayout.h>
#include <plasma/layouts/boxlayout.h>
#endif /* PLASMA_HBOXLAYOUT */

View File

@ -21,6 +21,6 @@
#ifndef PLASMA_VBOXLAYOUT
#define PLASMA_VBOXLAYOUT
#include <plasma/widgets/boxlayout.h>
#include <plasma/layouts/boxlayout.h>
#endif /* PLASMA_VBOXLAYOUT */