summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt4/Qt/qobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqt4/Qt/qobject.h')
-rw-r--r--qtinterface/tqt4/Qt/qobject.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qtinterface/tqt4/Qt/qobject.h b/qtinterface/tqt4/Qt/qobject.h
index 9da8eab..918054d 100644
--- a/qtinterface/tqt4/Qt/qobject.h
+++ b/qtinterface/tqt4/Qt/qobject.h
@@ -295,9 +295,10 @@ protected:
protected:
QObject(QObjectPrivate &dd, QObject *parent = 0);
-protected:
+public:
QScopedPointer<QObjectData> d_ptr;
+protected:
static const QMetaObject staticQtMetaObject;
friend struct QMetaObject;