diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-01 23:42:45 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-01 23:42:45 +0000 |
commit | eaaed3012bcb118caeafd954df2d14b6b12aff17 (patch) | |
tree | bc45297b853b0d37622f2618b04d7387a2111730 /qtinterface/tqobject.cpp | |
parent | df2e39d7a8ad016787dfe560842828580c109d1d (diff) | |
download | tqtinterface-eaaed3012bcb118caeafd954df2d14b6b12aff17.tar.gz tqtinterface-eaaed3012bcb118caeafd954df2d14b6b12aff17.zip |
Fix yet another FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1210732 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface/tqobject.cpp')
-rw-r--r-- | qtinterface/tqobject.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qtinterface/tqobject.cpp b/qtinterface/tqobject.cpp index 351e799..6f7b71e 100644 --- a/qtinterface/tqobject.cpp +++ b/qtinterface/tqobject.cpp @@ -26,6 +26,9 @@ Boston, MA 02110-1301, USA. #include <qobjectlist.h> #include "tqobjectlist.h" +TQObject::~TQObject() { +} + const TQObjectList TQObject::tqchildren() const { // return *children(); |