trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: November 2012

Tim: Recent patches

From: Darrell Anderson <humanreadable@...>
Date: Sat, 17 Nov 2012 13:53:43 -0800 (PST)
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