summaryrefslogtreecommitdiffstats
path: root/src/kbfxplasmaindexview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kbfxplasmaindexview.cpp')
-rw-r--r--src/kbfxplasmaindexview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxplasmaindexview.cpp b/src/kbfxplasmaindexview.cpp
index cba3b69..12b2fea 100644
--- a/src/kbfxplasmaindexview.cpp
+++ b/src/kbfxplasmaindexview.cpp
@@ -30,7 +30,7 @@ KbfxPlasmaIndexView::KbfxPlasmaIndexView ( TQWidget * parent, const char *name,
m_itemStack = new KbfxPlasmaCanvasStack ();
m_pluginLoaded = "";
m_itemStack->addGroup ( m_itemGroupList );
- viewport ()->setMouseTracking ( TRUE );
+ viewport ()->setMouseTracking ( true );
m_currentPos = TQPoint ( 0, 0 );
m_mousePollTimer = new TQTimer ( this );