diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-06 19:46:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-06 19:46:53 +0000 |
commit | 0630a9067e5db373c6fd33bbe8145e29f18e9a54 (patch) | |
tree | aad17078eced96ff4bd82e7d519cba81ad8ebd65 /qtinterface/tqglist.h | |
parent | 6adef930fe704aa9ccf619c49d996c8185bb11bb (diff) | |
download | tqtinterface-0630a9067e5db373c6fd33bbe8145e29f18e9a54.tar.gz tqtinterface-0630a9067e5db373c6fd33bbe8145e29f18e9a54.zip |
Additional Qt4 support...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1160009 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface/tqglist.h')
-rw-r--r-- | qtinterface/tqglist.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qtinterface/tqglist.h b/qtinterface/tqglist.h index 4b75c9f..6187874 100644 --- a/qtinterface/tqglist.h +++ b/qtinterface/tqglist.h @@ -36,7 +36,9 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 // Reimplement the QGList class -// For Qt4, this class was removed! +// For Qt4, some changes are needed + +#include <Qt/q3glist.h> #endif // USE_QT4 |