summaryrefslogtreecommitdiffstats
path: root/kget/docking.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kget/docking.cpp')
-rw-r--r--kget/docking.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kget/docking.cpp b/kget/docking.cpp
index fa1adb97..54c0d96a 100644
--- a/kget/docking.cpp
+++ b/kget/docking.cpp
@@ -90,7 +90,7 @@ void DockWidget::dropEvent(TQDropEvent * event)
void DockWidget::mousePressEvent(TQMouseEvent * e)
{
- if (e->button() == Qt::MidButton) {
+ if (e->button() == TQt::MidButton) {
parent->slotPasteTransfer();
} else {
KSystemTray::mousePressEvent(e);