Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 83e7bca077)
r14.1.x r14.1.1
Michele Calgaro 8 months ago
parent 905139f802
commit 72bb5eb206
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -966,7 +966,7 @@ void LipstikStyle::renderPanel(TQPainter *p,
if (kickerMode &&
p->device() && p->device()->devType() == TQInternal::Widget &&
TQCString(TQT_TQWIDGET(static_cast<QWidget*>(p->device()))->className()) == "FittsLawFrame") {
TQCString(TQT_TQWIDGET(static_cast<TQWidget*>(p->device()))->className()) == "FittsLawFrame") {
// Stolen wholesale from Keramik. I don't like it, but oh well.
if (sunken) {
const TQCOORD corners[] = { x2, y, x2, y2, x, y2, x, y };

Loading…
Cancel
Save