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
This commit is contained in:
Alexis Ménard 2008-11-26 17:40:46 +00:00
parent 1cbd228901
commit c11105d5af
2 changed files with 0 additions and 10 deletions

View File

@ -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()) {

View File

@ -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
*/