diff options
Diffstat (limited to 'src/modules/objects/class_widget.h')
| -rw-r--r-- | src/modules/objects/class_widget.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modules/objects/class_widget.h b/src/modules/objects/class_widget.h index 0316552a8..c5c2b39a5 100644 --- a/src/modules/objects/class_widget.h +++ b/src/modules/objects/class_widget.h @@ -48,7 +48,9 @@ protected: // so the name of the C++ function matches exactly the name of the KVS function at this point // let's also try to keep alphabetic order for the functions here.. so one can find them quickly - +#ifndef COMPILE_USE_QT4 + KviKvsTip *m_pTip; +#endif bool function_addWidgetToWrappedLayout(KviKvsObjectFunctionCall *c); bool function_backgroundColor(KviKvsObjectFunctionCall *c); bool function_caption(KviKvsObjectFunctionCall *c); |
