diff options
Diffstat (limited to 'src/modules/objects/class_widget.h')
| -rw-r--r-- | src/modules/objects/class_widget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/class_widget.h b/src/modules/objects/class_widget.h index 20aaaf23e..c114c8b77 100644 --- a/src/modules/objects/class_widget.h +++ b/src/modules/objects/class_widget.h @@ -50,7 +50,7 @@ protected: QWebView * m_pWebview; #endif virtual bool eventFilter(QObject *o,QEvent *e); - + KviKvsRunTimeContext *m_pContext; // ok, it is clear that we're messing with the naming conventions for the // object classes :D // let's try to use this one: @@ -107,7 +107,7 @@ protected: bool setMinimumHeight(KviKvsObjectFunctionCall *c); bool setMinimumWidth(KviKvsObjectFunctionCall *c); bool setMouseTracking(KviKvsObjectFunctionCall *c); - bool setPaletteForeground(KviKvsObjectFunctionCall *c); + bool setForegroundColor(KviKvsObjectFunctionCall *c); bool setStyleSheet(KviKvsObjectFunctionCall *c); bool setToolTip(KviKvsObjectFunctionCall *); bool setWindowIcon(KviKvsObjectFunctionCall *c); |
