summaryrefslogtreecommitdiffstats
path: root/kmplot/kmplot/ksliderwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmplot/kmplot/ksliderwindow.cpp')
-rw-r--r--kmplot/kmplot/ksliderwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmplot/kmplot/ksliderwindow.cpp b/kmplot/kmplot/ksliderwindow.cpp
index b2921bbd..0fadae1c 100644
--- a/kmplot/kmplot/ksliderwindow.cpp
+++ b/kmplot/kmplot/ksliderwindow.cpp
@@ -82,7 +82,7 @@ bool KSliderWindow::eventFilter( TQObject *obj, TQEvent *ev )
if (ev->type() == TQEvent::MouseButtonPress)
{
TQMouseEvent *e = (TQMouseEvent *)ev;
- if (e->button() != Qt::RightButton)
+ if (e->button() != TQt::RightButton)
return SliderWindow::eventFilter( obj, ev );
m_popupmenu->exec(TQCursor::pos());
return true;