Fix changing include and missing install files
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=738908
This commit is contained in:
parent
92ba2c1b0b
commit
06931dca66
@ -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
|
||||
|
@ -21,6 +21,6 @@
|
||||
#ifndef PLASMA_HBOXLAYOUT
|
||||
#define PLASMA_HBOXLAYOUT
|
||||
|
||||
#include <plasma/widgets/boxlayout.h>
|
||||
#include <plasma/layouts/boxlayout.h>
|
||||
|
||||
#endif /* PLASMA_HBOXLAYOUT */
|
||||
|
@ -21,6 +21,6 @@
|
||||
#ifndef PLASMA_VBOXLAYOUT
|
||||
#define PLASMA_VBOXLAYOUT
|
||||
|
||||
#include <plasma/widgets/boxlayout.h>
|
||||
#include <plasma/layouts/boxlayout.h>
|
||||
|
||||
#endif /* PLASMA_VBOXLAYOUT */
|
||||
|
Loading…
Reference in New Issue
Block a user