aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_widget.h
diff options
context:
space:
mode:
authorGravatar Noldor2010-01-15 18:22:21 +0000
committerGravatar Noldor2010-01-15 18:22:21 +0000
commit9a4b480477cf29b496f851ef7efed3059133a18d (patch)
treed41b2fca27e5678fb096587624cd73ea32df46be /src/modules/objects/class_widget.h
parentreworked r3835 (diff)
downloadKVIrc-9a4b480477cf29b496f851ef7efed3059133a18d.tar.gz
KVIrc-9a4b480477cf29b496f851ef7efed3059133a18d.tar.bz2
KVIrc-9a4b480477cf29b496f851ef7efed3059133a18d.zip
KVS improvements/cleaning
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3838 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_widget.h')
-rw-r--r--src/modules/objects/class_widget.h4
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);