diff options
| author | Rafael Fernández López <[email protected]> | 2010-03-14 22:57:42 +0000 |
|---|---|---|
| committer | Rafael Fernández López <[email protected]> | 2010-03-14 22:57:42 +0000 |
| commit | a80da4153a8f2c1a085ce76869d62d8427781704 (patch) | |
| tree | c4f6279d6bd5a35aed290fbcda829ec9c5170623 /src/dolphincategorydrawer.h | |
| parent | c55ac460033175c5f0bef51e100d88c48e9d05d6 (diff) | |
Remove all warnings on compile time
svn path=/trunk/KDE/kdebase/apps/; revision=1103376
Diffstat (limited to 'src/dolphincategorydrawer.h')
| -rw-r--r-- | src/dolphincategorydrawer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphincategorydrawer.h b/src/dolphincategorydrawer.h index e5ba041f3..38b0b33b2 100644 --- a/src/dolphincategorydrawer.h +++ b/src/dolphincategorydrawer.h @@ -54,14 +54,14 @@ public: * have to call event->accept() or event->ignore() at all possible case branches in * your code. */ - virtual void mouseButtonPressed(const QModelIndex &index, const QRect &blockRect, QMouseEvent *event); + virtual void buttonPressed(const QModelIndex &index, const QRect &blockRect, QMouseEvent *event); /** * @warning You explicitly have to determine whether the event has been accepted or not. You * have to call event->accept() or event->ignore() at all possible case branches in * your code. */ - virtual void mouseButtonReleased(const QModelIndex &index, const QRect &blockRect, QMouseEvent *event); + virtual void buttonReleased(const QModelIndex &index, const QRect &blockRect, QMouseEvent *event); virtual void mouseMoved(const QModelIndex &index, const QRect &blockRect, QMouseEvent *event); |
