summaryrefslogtreecommitdiffstats
path: root/tdeui/kpushbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kpushbutton.cpp')
-rw-r--r--tdeui/kpushbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kpushbutton.cpp b/tdeui/kpushbutton.cpp
index 6f994dbe3..2baffc4ee 100644
--- a/tdeui/kpushbutton.cpp
+++ b/tdeui/kpushbutton.cpp
@@ -193,7 +193,7 @@ void KPushButton::mouseMoveEvent( TQMouseEvent *e )
return;
}
- if ( (e->state() & Qt::LeftButton) &&
+ if ( (e->state() & TQt::LeftButton) &&
(e->pos() - startPos).manhattanLength() >
TDEGlobalSettings::dndEventDelay() )
{