diff options
Diffstat (limited to 'kmix/viewbase.cpp')
-rw-r--r-- | kmix/viewbase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/viewbase.cpp b/kmix/viewbase.cpp index 86d1524c..48a7ccb0 100644 --- a/kmix/viewbase.cpp +++ b/kmix/viewbase.cpp @@ -113,7 +113,7 @@ void ViewBase::createDeviceWidgets() // ---------- Popup stuff START --------------------- void ViewBase::mousePressEvent( TQMouseEvent *e ) { - if ( e->button()==Qt::RightButton ) + if ( e->button()==TQt::RightButton ) showContextMenu(); } |