From df2e39d7a8ad016787dfe560842828580c109d1d Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 1 Jan 2011 22:40:03 +0000 Subject: Additional FTBFS fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1210728 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- qtinterface/tqobject.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'qtinterface/tqobject.h') diff --git a/qtinterface/tqobject.h b/qtinterface/tqobject.h index 72e3ec8..ca133ee 100644 --- a/qtinterface/tqobject.h +++ b/qtinterface/tqobject.h @@ -30,7 +30,8 @@ Boston, MA 02110-1301, USA. // For Qt3, no changes are needed #include -#include + +class TQObjectList; class TQObject : public QObject { @@ -39,7 +40,9 @@ class TQObject : public QObject public: inline TQObject( QObject *tqparent=0, const char *name=0 ) : QObject ( tqparent, name ) {} - inline const TQObjectList tqchildren() const { return *children(); } + const TQObjectList tqchildren() const; + static const TQObjectList tqobjectTrees(); + inline TQObject *tqparent() const { return TQT_TQOBJECT(parent()); } // Interoperability static const TQObject& convertFromQObject( QObject& ql ); -- cgit v1.2.3