Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 003f0d8657)
r14.1.x
Michele Calgaro 7 months ago
parent 301f170bf8
commit 9fe0aff06f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -327,10 +327,10 @@ void TopLevel::resizeEvent (TQResizeEvent *)
/** Handle mousePressEvent */
void TopLevel::mousePressEvent(TQMouseEvent *event) {
if (event->button() == Qt::LeftButton) {
if (event->button() == TQt::LeftButton) {
showTicketList();
}
else if (event->button() == Qt::RightButton) {
else if (event->button() == TQt::RightButton) {
updateMenu();
menu->popup(TQCursor::pos());
}

Loading…
Cancel
Save