summaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_file.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/objects/class_file.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/objects/class_file.cpp')
-rw-r--r--src/modules/objects/class_file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_file.cpp b/src/modules/objects/class_file.cpp
index 9e4b2790..9195f117 100644
--- a/src/modules/objects/class_file.cpp
+++ b/src/modules/objects/class_file.cpp
@@ -446,4 +446,4 @@ bool KviScriptFileObject::functionHexRead(KviCommand * c, KviParameterList * p,
}
*/
-#include "m_class_file.moc"
+#include "class_file.moc"