Bug#437318: libqt4-dev: q3listview.h is unusable

2007-08-13 Thread fboudra
hi, i write a small example in qt3 using qlistview to reproduce the bug you have reported. Then, i used qt3to4 tool to convert it to qt4 and by this way to q3listview. the small test app works without problem. have you added: QT += qt3support in you project file (.pro) ? cheers, Fathi

Bug#437318: libqt4-dev: q3listview.h is unusable

2007-08-11 Thread Wesley J. Landaker
Package: libqt4-dev Version: 4.3.1-2 Severity: important q3listview.h is unusable; just trying to include it at all results in compiler errors. Below is a two line reproduction example. --- q3listview_bug.cpp --- #include int main() {} --- q3listview_bug.cpp --- $ g++ -o q3listview_bug q3listvi