14 #if QT_VERSION < 0x040000
15 #include <qlistview.h>
17 #include <q3listview.h>
22 using namespace hippodraw;
41 setNames (
const std::vector < std::string > & names )
43 for (
unsigned int i = 0; i < names.size (); i++ ) {
44 const string & n = names[i];
46 #if QT_VERSION < 0x040000
59 #if QT_VERSION < 0x040000
72 for (
unsigned int i = 0; i <
m_item_list.size(); i++ ) {
73 #if QT_VERSION < 0x040000
78 if ( item -> isSelected () ) {