Tim,
I notice in recent patches that you updated at least the following:
QListViewItem -> TQListViewItem
QObject -> TQObject
QString -> TQString
QListBoxItem -> TQListBoxItem
QWidget -> TQWidget
A quick grep of the GIT tree indicates such changes are needed in many places.
I notice in the patches you commited that many of the corrections affect signals/slots. I
wonder how many bugs in the tracker might be affected by these changes.
I realize a global search-and-replace won't work and careful replacements are
required. :) Nonetheless, should we start updating other modules with these same changes?
Darrell