]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/bookmarkselector.h
Add libkmetadata detection and minor fixes
[dolphin.git] / src / bookmarkselector.h
index 50fc2e3e5799b76b5f0ae6feaad5a414ac66824f..b904a0d57a63c44015c3457b6bf890ed00d45679 100644 (file)
@@ -24,7 +24,7 @@
 #include <urlbutton.h>
 
 class UrlNavigator;
-class Q3PopupMenu;
+class KMenu;
 class KUrl;
 
 /**
@@ -85,15 +85,15 @@ protected:
 
 private slots:
     /**
-     * Updates the selected index and the icon if a bookmark
-     * has been activated by the user.
+     * Updates the selected index and the icon to the bookmark
+     * which is indicated by the triggered action \a action.
      */
-    void slotBookmarkActivated(int index);
+    void activateBookmark(QAction* action);
 
 private:
     int m_selectedIndex;
     UrlNavigator* m_urlNavigator;
-    Q3PopupMenu* m_bookmarksMenu;
+    KMenu* m_bookmarksMenu;
 
 };