summaryrefslogtreecommitdiffstats
path: root/src/modules/actioneditor/actioneditor.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-04 11:55:46 +0900
commite2f44208d4d8577ece71fdc6e822cbec0d8364ab (patch)
tree248531bbe735c08c16020a6bde2fd881a155baed /src/modules/actioneditor/actioneditor.cpp
parented184e8a40a61c38536ba6b2ab3453dffe7937e5 (diff)
downloadkvirc-feat/moc-files-modules.tar.gz
kvirc-feat/moc-files-modules.zip
Include moc files directly from the related source files (modules)feat/moc-files-modules
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/modules/actioneditor/actioneditor.cpp')
-rw-r--r--src/modules/actioneditor/actioneditor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/actioneditor/actioneditor.cpp b/src/modules/actioneditor/actioneditor.cpp
index 02729582..3e736fc1 100644
--- a/src/modules/actioneditor/actioneditor.cpp
+++ b/src/modules/actioneditor/actioneditor.cpp
@@ -993,3 +993,5 @@ void KviActionEditorWindow::loadProperties(KviConfig *cfg)
def.append((w * 75) / 100);
m_pEditor->m_pSplitter->setSizes(cfg->readIntListEntry("Splitter",def));
}
+
+#include "actioneditor.moc"