diff options
Diffstat (limited to 'kpoker/top.cpp')
-rw-r--r-- | kpoker/top.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpoker/top.cpp b/kpoker/top.cpp index 76e4029e..a8d9002f 100644 --- a/kpoker/top.cpp +++ b/kpoker/top.cpp @@ -250,7 +250,7 @@ bool PokerWindow::eventFilter(TQObject*, TQEvent* e) { if (e->type() == TQEvent::MouseButtonPress) { - if (((TQMouseEvent*)e)->button() == Qt::RightButton) { + if (((TQMouseEvent*)e)->button() == TQt::RightButton) { TQPopupMenu* popup = (TQPopupMenu*) factory()->container("popup", this); if (popup) popup->popup(TQCursor::pos()); |