Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/4/head
Michele Calgaro 6 months ago
parent f56d47b007
commit 003f0d8657
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