#include <QtCore/qlinkedlist.h>
#ifndef QLINKEDLIST_H
template < typename T > class QLinkedList{
   /* Some contents are skipped to improve readability */
#ifndef QT_NO_STL
   public: static inline class QLinkedList fromStdList(class std::list < T, class std::allocator < _CharT > > const & list);
#endif
   /* ... */
};
#endif // QLINKEDLIST_H