diff options
| author | Peter Penz <[email protected]> | 2010-09-04 13:56:16 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-09-04 13:56:16 +0000 |
| commit | 1dfb2f385a8f036b96cc893d6384f76d887f3fd2 (patch) | |
| tree | e269da292be86122274f7d69a1ecbe21c43b561c /src/dolphinmainwindow.h | |
| parent | e53ce0959feaeec8340dfeb92ca410018240b95a (diff) | |
Remove custom handling of wheel-events for tabs, this is done now in KTabBar
CCBUG: 248962
svn path=/trunk/KDE/kdebase/apps/; revision=1171577
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index b9dbe9f9d..a1f89c512 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -318,9 +318,6 @@ private slots: */ void slotSelectionChanged(const KFileItemList& selection); - /** Enables changing of tabs via mouse wheel. */ - void slotWheelMoved(int wheelDelta); - /** Emits the signal requestItemInfo(). */ void slotRequestItemInfo(const KFileItem&); |
