From 6ef086201df1e347590198f843c87ce320453176 Mon Sep 17 00:00:00 2001 From: Noldor Date: Thu, 28 Apr 2011 16:21:09 +0000 Subject: Code improvements in kvs classes git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5805 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/objects/KvsObject_widget.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/modules/objects/KvsObject_widget.h') diff --git a/src/modules/objects/KvsObject_widget.h b/src/modules/objects/KvsObject_widget.h index cc2610ff0..200492e85 100644 --- a/src/modules/objects/KvsObject_widget.h +++ b/src/modules/objects/KvsObject_widget.h @@ -30,6 +30,8 @@ #include "KviTalToolTip.h" #include "object_macros.h" +#include + #ifdef COMPILE_WEBKIT_SUPPORT #include #endif @@ -51,6 +53,7 @@ protected: #endif virtual bool eventFilter(QObject *o,QEvent *e); KviKvsRunTimeContext *m_pContext; + QGraphicsDropShadowEffect *pGraphicsEffect; // ok, it is clear that we're messing with the naming conventions for the // object classes :D // let's try to use this one: @@ -120,6 +123,8 @@ protected: bool windowTitle(KviKvsObjectFunctionCall *c); bool x(KviKvsObjectFunctionCall *); bool y(KviKvsObjectFunctionCall *); + + bool grab(KviKvsObjectFunctionCall *); #ifdef COMPILE_WEBKIT_SUPPORT bool setWebView(KviKvsObjectFunctionCall *c); #endif -- cgit v1.3.1-10-gc9f91