Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bca6608668)
r14.1.x
Michele Calgaro 7 months ago
parent c612c9c056
commit 592f28f9ed
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -11,7 +11,7 @@
MyQT::MyQT(TQWidget *parent, const char *name) : QLabel(parent, name)
{
setAlignment(Qt::AlignCenter);
setAlignment(TQt::AlignCenter);
}
MyQT::~MyQT()

Loading…
Cancel
Save