#include <QtGui/qlistwidget.h>
#ifndef QLISTWIDGET_H
#ifndef QT_NO_LISTWIDGET
class QListWidget: public QListView{
protected: virtual struct QMimeData* mimeData(class QList < class QListWidgetItem* > items) const
};
#endif // QT_NO_LISTWIDGET
#endif // QLISTWIDGET_H