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:
parent
2429af1c7e
commit
e7e5b188e8
@ -243,72 +243,6 @@ install(FILES
|
||||
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
|
||||
servicetypes/plasma-animator.desktop
|
||||
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/abstractrunner.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/animationdriver.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/animator.h"
|
@ -1,2 +0,0 @@
|
||||
#include "../../plasma/applet.h"
|
||||
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/scripting/appletscript.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/widgets/busywidget.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/widgets/checkbox.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/widgets/combobox.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/configloader.h"
|
@ -1,2 +0,0 @@
|
||||
#include "../../plasma/containment.h"
|
||||
|
@ -1,2 +0,0 @@
|
||||
#include "../../plasma/context.h"
|
||||
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/corona.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/datacontainer.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/dataengine.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/dataenginemanager.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/scripting/dataenginescript.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/delegate.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/dialog.h"
|
@ -1,2 +0,0 @@
|
||||
#include "../../plasma/extender.h"
|
||||
|
@ -1,2 +0,0 @@
|
||||
#include "../../plasma/extenderitem.h"
|
||||
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/widgets/flashinglabel.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/widgets/frame.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/framesvg.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/glapplet.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/widgets/groupbox.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/widgets/iconwidget.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/widgets/label.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/widgets/lineedit.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/widgets/meter.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/package.h"
|
@ -1,2 +0,0 @@
|
||||
#include "../../plasma/packagemetadata.h"
|
||||
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/packagestructure.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/paintutils.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/plasma.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/popupapplet.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/widgets/pushbutton.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/querymatch.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/widgets/radiobutton.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/runnercontext.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/runnermanager.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/scripting/runnerscript.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/scripting/scriptengine.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/widgets/scrollbar.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/service.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/servicejob.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/widgets/signalplotter.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/widgets/slider.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/svg.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/widgets/svgwidget.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/widgets/tabbar.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/widgets/textedit.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/theme.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/tooltipmanager.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/widgets/treeview.h"
|
@ -1,2 +0,0 @@
|
||||
#include "../../plasma/scripting/uiloader.h"
|
||||
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/version.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/view.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/wallpaper.h"
|
@ -1 +0,0 @@
|
||||
#include "../../plasma/widgets/webview.h"
|
Loading…
Reference in New Issue
Block a user