diff options
Diffstat (limited to 'src/modules/objects/class_checkbox.cpp')
| -rw-r--r-- | src/modules/objects/class_checkbox.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/objects/class_checkbox.cpp b/src/modules/objects/class_checkbox.cpp index 1e9260509..73e71b01a 100644 --- a/src/modules/objects/class_checkbox.cpp +++ b/src/modules/objects/class_checkbox.cpp @@ -125,4 +125,7 @@ void KviKvsObject_checkbox::toggled(bool b) } +#ifndef COMPILE_USE_STANDALONE_MOC_SOURCES #include "m_class_checkbox.moc" +#endif //!COMPILE_USE_STANDALONE_MOC_SOURCES + |
