summaryrefslogtreecommitdiffstats
path: root/src/JSObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/JSObject.h')
-rw-r--r--src/JSObject.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/JSObject.h b/src/JSObject.h
index b012958..ca6e3db 100644
--- a/src/JSObject.h
+++ b/src/JSObject.h
@@ -29,10 +29,12 @@ class QWebFrame;
class JSObject : public QObject
{
Q_OBJECT
+
private:
- QWebFrame* owner;
+ QWebFrame* _parent;
+
public:
- JSObject(QWebFrame* qwf);
+ JSObject(QWebFrame *parent);
virtual ~JSObject();