kparts: automoc warning fix

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-08-09 16:53:48 +03:00
parent 8fab57aaa3
commit 6e344126e1

View file

@ -60,4 +60,4 @@ void PluginSpellCheck::slotSpellCheck()
K_PLUGIN_FACTORY(PluginSpellCheckFactory, registerPlugin<PluginSpellCheck>();)
K_EXPORT_PLUGIN(PluginSpellCheckFactory("spellcheckplugin"))
#include <plugin_spellcheck.moc>
#include "moc_plugin_spellcheck.cpp"