add missing convenience headers (should we have these for the widgets too?)

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=690088
This commit is contained in:
Aaron J. Seigo 2007-07-20 02:09:51 +00:00
parent 9303303aa2
commit be39ca07b1
5 changed files with 9 additions and 1 deletions

View File

@ -84,10 +84,14 @@ install(FILES
DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/widgets) DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/widgets)
install(FILES install(FILES
includes/AbstractRunner
includes/Applet includes/Applet
includes/ConfigXml
includes/Phase includes/Phase
includes/Plasma includes/Plasma
includes/AbstractRunner includes/Package
includes/Packager
includes/PackageStructure
includes/Theme includes/Theme
includes/DataEngine includes/DataEngine
includes/DataEngineManager includes/DataEngineManager

1
includes/ConfigXml Normal file
View File

@ -0,0 +1 @@
#include "../../plasma/configxml.h"

1
includes/Package Normal file
View File

@ -0,0 +1 @@
#include "../../plasma/package.h"

View File

@ -0,0 +1 @@
#include "../../plasma/packagestructure.h"

1
includes/Packager Normal file
View File

@ -0,0 +1 @@
#include "../../plasma/packager.h"