┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/versioncontrol/kversioncontrolplugin.h
diff options
context:
space:
mode:
authorAlexander Lohnau <[email protected]>2021-11-11 19:18:27 +0100
committerAlexander Lohnau <[email protected]>2021-12-01 22:10:58 +0000
commit82202a24e20a36d8bfd814dce6702012d74a1620 (patch)
treed7749323e7efd62b753257ab9bab9156b5d3c4cd /src/views/versioncontrol/kversioncontrolplugin.h
parent6228921f1073a178ddd25612cfbfb6f8b028a314 (diff)
Port away from deprecated KPluginLoader
Diffstat (limited to 'src/views/versioncontrol/kversioncontrolplugin.h')
-rw-r--r--src/views/versioncontrol/kversioncontrolplugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/views/versioncontrol/kversioncontrolplugin.h b/src/views/versioncontrol/kversioncontrolplugin.h
index c908be247..b528f41cc 100644
--- a/src/views/versioncontrol/kversioncontrolplugin.h
+++ b/src/views/versioncontrol/kversioncontrolplugin.h
@@ -45,7 +45,6 @@ class KFileItem;
* - Add the following lines at the top of fileviewsvnplugin.cpp:
* <code>
* #include <KPluginFactory>
- * #include <KPluginLoader>
* K_PLUGIN_CLASS_WITH_JSON(FileViewSvnPlugin, "fileviewsvnplugin.json")
* </code>
*