]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.h
* Use Nepomuk for getting the meta data instead of KFileMetaInfo.
[dolphin.git] / src / dolphinmainwindow.h
index f9eb5ccede3ed72ed5681709da278a20b03f1dcd..2e49cc67ae5160d6cfaaf21e9cdec859a9822406 100644 (file)
@@ -282,12 +282,8 @@ private slots:
      */
     void slotSelectionChanged(const KFileItemList& selection);
 
-    /**
-     * Wheel event, receives it's degree of movement (int).
-     * we look to see if it's negative (backwards) or positive (forwards).
-     * Enables changing of tabs via mouse wheel.
-     */
-    void slotWheelMoved(int wheeldelta);
+    /** Enables changing of tabs via mouse wheel. */
+    void slotWheelMoved(int wheelDelta);
 
     /** Emits the signal requestItemInfo(). */
     void slotRequestItemInfo(const KFileItem&);
@@ -349,7 +345,7 @@ private slots:
      */
     void closeTab(int index);
 
-   
+
     /**
      * Opens a context menu for the tab with the index \a index
      * on the position \a pos.