From 15c45c7b596e065fe99705e3bc0d7e80aeb2c752 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 5 Aug 2010 22:01:44 +0000 Subject: Additional Qt4 support added Now compiles all of kdelibs/dcop, kdelibs/kdecore/svgicons, and kdelibs/kdecore/network git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1159658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- qtinterface/tqlistiterator.cpp | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'qtinterface/tqlistiterator.cpp') diff --git a/qtinterface/tqlistiterator.cpp b/qtinterface/tqlistiterator.cpp index 7edad7d..031d59e 100644 --- a/qtinterface/tqlistiterator.cpp +++ b/qtinterface/tqlistiterator.cpp @@ -24,25 +24,25 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 -template -TQListIterator::TQListIterator(const QList &t) { - index = 0; - list = t; -} - -template -TQListIterator::~TQListIterator() { - // -} - -template -T TQListIterator::current() { - if ((index >= 0) && (index < list->size())) { - return list->at(index); - } - else { - return 0; - } -} +// template +// TQListIterator::TQListIterator(const QList &t) { +// index = 0; +// list = t; +// } +// +// template +// TQListIterator::~TQListIterator() { +// // +// } + +// template +// T TQListIterator::current() { +// if ((index >= 0) && (index < list->size())) { +// return list->at(index); +// } +// else { +// return 0; +// } +// } #endif // USE_QT4 \ No newline at end of file -- cgit v1.2.3