summaryrefslogtreecommitdiffstats
path: root/arts/tools/fftscopeview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arts/tools/fftscopeview.cpp')
-rw-r--r--arts/tools/fftscopeview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/tools/fftscopeview.cpp b/arts/tools/fftscopeview.cpp
index e87759e6..35805877 100644
--- a/arts/tools/fftscopeview.cpp
+++ b/arts/tools/fftscopeview.cpp
@@ -122,7 +122,7 @@ void FFTScopeView::updateScope() {
}
void FFTScopeView::mousePressEvent( TQMouseEvent* ev ) {
- if ( Qt::RightButton == ev->button() /*|| Qt::LeftButton == ev->button()*/ )
+ if ( TQt::RightButton == ev->button() /*|| TQt::LeftButton == ev->button()*/ )
_menu->exec( TQCursor::pos() );
}