Move CamelCase include in same includes/Plasma (same location for all camelcase includes in kdelibs)

svn path=/trunk/KDE/kdelibs/; revision=879848
This commit is contained in:
Laurent Montel 2008-11-04 08:08:34 +00:00
parent 2429af1c7e
commit e7e5b188e8
60 changed files with 0 additions and 132 deletions

View File

@ -243,72 +243,6 @@ install(FILES
DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/scripting COMPONENT Devel) DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/scripting COMPONENT Devel)
install(FILES
includes/AbstractRunner
includes/AnimationDriver
includes/Animator
includes/Applet
includes/AppletScript
includes/CheckBox
includes/ComboBox
includes/ConfigLoader
includes/Containment
includes/Context
includes/Corona
includes/DataContainer
includes/DataEngine
includes/DataEngineManager
includes/DataEngineScript
includes/Delegate
includes/Dialog
includes/Extender
includes/ExtenderItem
includes/FlashingLabel
includes/Frame
includes/FrameSvg
includes/GroupBox
includes/IconWidget
includes/Label
includes/LineEdit
includes/Meter
includes/Package
includes/PackageMetadata
includes/PackageStructure
includes/PaintUtils
includes/Plasma
includes/PopupApplet
includes/PushButton
includes/QueryMatch
includes/RadioButton
includes/RunnerContext
includes/RunnerManager
includes/RunnerScript
includes/ScriptEngine
includes/ScrollBar
includes/Service
includes/ServiceJob
includes/SignalPlotter
includes/Slider
includes/BusyWidget
includes/Svg
includes/SvgWidget
includes/TabBar
includes/TextEdit
includes/ToolTipManager
includes/Theme
includes/TreeView
includes/UiLoader
includes/View
includes/Version
includes/Wallpaper
includes/WebView
DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma COMPONENT Devel)
if(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
install(FILES
includes/GLApplet
DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma COMPONENT Devel)
endif(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
install(FILES install(FILES
servicetypes/plasma-animator.desktop servicetypes/plasma-animator.desktop

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,2 +0,0 @@
#include "../../plasma/scripting/uiloader.h"

View File

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

View File

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

View File

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

View File

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