From 84750dbe7d113dfc297af9cd788c4e2a4b2ba214 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sat, 9 Apr 2016 18:00:03 +0000 Subject: [PATCH] generic: misc cleanups Signed-off-by: Ivailo Monev --- kdeplasma-addons/wallpapers/virus/CMakeLists.txt | 2 +- kdevplatform/debugger/util/pathmappings.h | 1 + kdevplatform/plugins/externalscript/externalscriptplugin.h | 3 ++- kdevplatform/plugins/filetemplates/filetemplatesplugin.h | 2 +- kdevplatform/plugins/filetemplates/licensepage.cpp | 1 + kdevplatform/plugins/filetemplates/templateclassassistant.h | 1 + kdevplatform/plugins/grepview/grepoutputview.cpp | 1 + kdevplatform/plugins/reviewboard/reviewpatchdialog.h | 1 + kdevplatform/shell/openprojectdialog.h | 1 + kdevplatform/shell/sessioncontroller.cpp | 1 + 10 files changed, 11 insertions(+), 3 deletions(-) diff --git a/kdeplasma-addons/wallpapers/virus/CMakeLists.txt b/kdeplasma-addons/wallpapers/virus/CMakeLists.txt index c5b1115b..0d484c5d 100644 --- a/kdeplasma-addons/wallpapers/virus/CMakeLists.txt +++ b/kdeplasma-addons/wallpapers/virus/CMakeLists.txt @@ -13,7 +13,7 @@ set(ksmserver_xml ${KDEBASE_WORKSPACE_SOURCE_DIR}/ksmserver/org.kde.KSMServerInt qt4_add_dbus_interface(image_SRCS ${ksmserver_xml} ksmserver_interface) kde4_add_plugin(plasma_wallpaper_virus ${virus_SRCS}) -target_link_libraries(plasma_wallpaper_virus ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_THREADWEAVER_LIBRARY}) +target_link_libraries(plasma_wallpaper_virus ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS} ${KDE4_KFILE_LIBS}) install(TARGETS plasma_wallpaper_virus DESTINATION ${PLUGIN_INSTALL_DIR}) install(FILES plasma-wallpaper-virus.desktop DESTINATION ${SERVICES_INSTALL_DIR}) diff --git a/kdevplatform/debugger/util/pathmappings.h b/kdevplatform/debugger/util/pathmappings.h index ad61808f..4e186600 100644 --- a/kdevplatform/debugger/util/pathmappings.h +++ b/kdevplatform/debugger/util/pathmappings.h @@ -26,6 +26,7 @@ #include #include +#include #include "../debuggerexport.h" diff --git a/kdevplatform/plugins/externalscript/externalscriptplugin.h b/kdevplatform/plugins/externalscript/externalscriptplugin.h index 08035ddb..7355323a 100644 --- a/kdevplatform/plugins/externalscript/externalscriptplugin.h +++ b/kdevplatform/plugins/externalscript/externalscriptplugin.h @@ -24,8 +24,9 @@ #include #include -#include #include +#include +#include class ExternalScriptItem; diff --git a/kdevplatform/plugins/filetemplates/filetemplatesplugin.h b/kdevplatform/plugins/filetemplates/filetemplatesplugin.h index 21c268b0..359f32bc 100644 --- a/kdevplatform/plugins/filetemplates/filetemplatesplugin.h +++ b/kdevplatform/plugins/filetemplates/filetemplatesplugin.h @@ -4,8 +4,8 @@ #include #include #include +#include -class KUrl; namespace KDevelop { class TemplatesModel; diff --git a/kdevplatform/plugins/filetemplates/licensepage.cpp b/kdevplatform/plugins/filetemplates/licensepage.cpp index 906e8831..1f83a5bf 100644 --- a/kdevplatform/plugins/filetemplates/licensepage.cpp +++ b/kdevplatform/plugins/filetemplates/licensepage.cpp @@ -28,6 +28,7 @@ #include #include +#include namespace KDevelop { diff --git a/kdevplatform/plugins/filetemplates/templateclassassistant.h b/kdevplatform/plugins/filetemplates/templateclassassistant.h index ecbc3dbf..c11e7e03 100644 --- a/kdevplatform/plugins/filetemplates/templateclassassistant.h +++ b/kdevplatform/plugins/filetemplates/templateclassassistant.h @@ -21,6 +21,7 @@ #define KDEVPLATFORM_PLUGIN_TEMPLATECLASSASSISTANT_H #include +#include namespace KDevelop { diff --git a/kdevplatform/plugins/grepview/grepoutputview.cpp b/kdevplatform/plugins/grepview/grepoutputview.cpp index 9ef3744e..8f12b9f7 100644 --- a/kdevplatform/plugins/grepview/grepoutputview.cpp +++ b/kdevplatform/plugins/grepview/grepoutputview.cpp @@ -24,6 +24,7 @@ #include #include #include +#include #include #include diff --git a/kdevplatform/plugins/reviewboard/reviewpatchdialog.h b/kdevplatform/plugins/reviewboard/reviewpatchdialog.h index 5cfb675a..732a6bd2 100644 --- a/kdevplatform/plugins/reviewboard/reviewpatchdialog.h +++ b/kdevplatform/plugins/reviewboard/reviewpatchdialog.h @@ -21,6 +21,7 @@ #ifndef KDEVPLATFORM_PLUGIN_REVIEWPATCHDIALOG_H #define KDEVPLATFORM_PLUGIN_REVIEWPATCHDIALOG_H #include +#include class QItemSelection; class QModelIndex; diff --git a/kdevplatform/shell/openprojectdialog.h b/kdevplatform/shell/openprojectdialog.h index 3bb1e185..7caaffbc 100644 --- a/kdevplatform/shell/openprojectdialog.h +++ b/kdevplatform/shell/openprojectdialog.h @@ -13,6 +13,7 @@ #include #include +#include class KPageWidgetItem; namespace KIO diff --git a/kdevplatform/shell/sessioncontroller.cpp b/kdevplatform/shell/sessioncontroller.cpp index ae4e3554..ebac4c71 100644 --- a/kdevplatform/shell/sessioncontroller.cpp +++ b/kdevplatform/shell/sessioncontroller.cpp @@ -24,6 +24,7 @@ Boston, MA 02110-1301, USA. #include #include #include +#include #include #include -- 2.11.0