diff options
Diffstat (limited to 'kpackage/kplview.cpp')
-rw-r--r-- | kpackage/kplview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpackage/kplview.cpp b/kpackage/kplview.cpp index 3c38fa6..27bfe72 100644 --- a/kpackage/kplview.cpp +++ b/kpackage/kplview.cpp @@ -97,7 +97,7 @@ void KpTreeList::contentsMousePressEvent ( TQMouseEvent * e ) { bool markUpdate = false; - if (e->button() == Qt::LeftButton) { + if (e->button() == TQt::LeftButton) { if (inMark(e->x())) { TQPoint vp = contentsToViewport(e->pos()); KpTreeListItem *i = ( KpTreeListItem *)itemAt( vp ); |