From c11105d5afc98cd6c803d36a3a06f7c8a2324f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9nard?= Date: Wed, 26 Nov 2008 17:40:46 +0000 Subject: [PATCH] Remove this stuff, it is not needed anymore. Come with my previous commit. It doesn't break the BC, we can add afterwards an overload it doesn't matter. svn path=/trunk/KDE/kdelibs/; revision=889392 --- applet.cpp | 5 ----- applet.h | 5 ----- 2 files changed, 10 deletions(-) diff --git a/applet.cpp b/applet.cpp index 691059e1f..8c2ed172a 100644 --- a/applet.cpp +++ b/applet.cpp @@ -1301,11 +1301,6 @@ void Applet::mouseMoveEvent(QGraphicsSceneMouseEvent *event) } } -void Applet::mousePressEvent(QGraphicsSceneMouseEvent *event) -{ - QGraphicsWidget::mousePressEvent(event); -} - void Applet::focusInEvent(QFocusEvent *event) { if (!isContainment() && containment()) { diff --git a/applet.h b/applet.h index caf47b018..97fca77c4 100644 --- a/applet.h +++ b/applet.h @@ -780,11 +780,6 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget */ void mouseMoveEvent(QGraphicsSceneMouseEvent *event); - /** - * @internal manage the mouse movement to drag the applet around - */ - void mousePressEvent(QGraphicsSceneMouseEvent *event); - /** * Reimplemented from QGraphicsItem */