aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_spinbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_spinbox.cpp')
-rw-r--r--src/modules/objects/class_spinbox.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/objects/class_spinbox.cpp b/src/modules/objects/class_spinbox.cpp
index a4e34494b..406ba9877 100644
--- a/src/modules/objects/class_spinbox.cpp
+++ b/src/modules/objects/class_spinbox.cpp
@@ -258,4 +258,7 @@ void KviKvsObject_spinbox::valueChanged(int value)
callFunction(this,"valueChangedEvent",&params);
}
+#ifndef COMPILE_USE_STANDALONE_MOC_SOURCES
#include "m_class_spinbox.moc"
+#endif //!COMPILE_USE_STANDALONE_MOC_SOURCES
+