summaryrefslogtreecommitdiffstats
path: root/src/modules/eventeditor/eventeditor.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-02-04 10:14:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-02-05 21:05:02 +0900
commit7dd6e31b9864a4c294530d9f52dea8e8da987778 (patch)
tree0e7fe09321a00102694d85ad82d498079c09f871 /src/modules/eventeditor/eventeditor.cpp
parente440292127a54bffc02b000bd983540fe75bbec9 (diff)
downloadkvirc-7dd6e31b9864a4c294530d9f52dea8e8da987778.tar.gz
kvirc-7dd6e31b9864a4c294530d9f52dea8e8da987778.zip
Include moc files directly from the related source files (modules)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/modules/eventeditor/eventeditor.cpp')
-rw-r--r--src/modules/eventeditor/eventeditor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/eventeditor/eventeditor.cpp b/src/modules/eventeditor/eventeditor.cpp
index 6b58280c..4cc08509 100644
--- a/src/modules/eventeditor/eventeditor.cpp
+++ b/src/modules/eventeditor/eventeditor.cpp
@@ -534,3 +534,5 @@ void KviEventEditorWindow::loadProperties(KviConfig *cfg)
#endif // COMPILE_SCRIPTTOOLBAR
*/
}
+
+#include "eventeditor.moc"