┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-01-30 06:13:11 +0000
committerPeter Penz <[email protected]>2009-01-30 06:13:11 +0000
commit20332788152516f83eb4861fcb2bac7a68667be7 (patch)
tree9e9fc51a8ae3fef817e958243f405b9414d21d05 /src/dolphinmainwindow.h
parent6a0898178cca75c5808620d8bc1ea932a406f5fe (diff)
minor coding style fixes (http://techbase.kde.org/Policies/Kdelibs_Coding_Style):
* use spaces instead of tabs * correct braces CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=918537
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index f9eb5cced..885610b9f 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -287,7 +287,7 @@ private slots:
* we look to see if it's negative (backwards) or positive (forwards).
* Enables changing of tabs via mouse wheel.
*/
- void slotWheelMoved(int wheeldelta);
+ void slotWheelMoved(int wheelDelta);
/** Emits the signal requestItemInfo(). */
void slotRequestItemInfo(const KFileItem&);
@@ -349,7 +349,7 @@ private slots:
*/
void closeTab(int index);
-
+
/**
* Opens a context menu for the tab with the index \a index
* on the position \a pos.