summaryrefslogtreecommitdiffstats
path: root/ksysguard/gui/SensorBrowser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksysguard/gui/SensorBrowser.cpp')
-rw-r--r--ksysguard/gui/SensorBrowser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysguard/gui/SensorBrowser.cpp b/ksysguard/gui/SensorBrowser.cpp
index 801091d98..32f290460 100644
--- a/ksysguard/gui/SensorBrowser.cpp
+++ b/ksysguard/gui/SensorBrowser.cpp
@@ -240,7 +240,7 @@ void SensorBrowser::viewportMouseMoveEvent( TQMouseEvent *e )
* mouse tracking cannot be turned off. So we have to check each event
* whether the LMB is really pressed. */
- if ( !( e->state() & Qt::LeftButton ) )
+ if ( !( e->state() & TQt::LeftButton ) )
return;
TQListViewItem* item = itemAt( e->pos() );