diff options
| author | Peter Penz <[email protected]> | 2007-02-17 10:58:09 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-02-17 10:58:09 +0000 |
| commit | dcb427c82f449d00e81fdf2b61428270ed1e95ad (patch) | |
| tree | 83223e3cace7e985cd7ba5d90188ae967a6d8949 /src/bookmarkselector.h | |
| parent | 175fe7ff47ccff39b0e77f80491a9701d025375e (diff) | |
Don't use any deprecated classes or methods from Qt3 anymore.
svn path=/trunk/KDE/kdebase/apps/; revision=634445
Diffstat (limited to 'src/bookmarkselector.h')
| -rw-r--r-- | src/bookmarkselector.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/bookmarkselector.h b/src/bookmarkselector.h index 50fc2e3e5..b904a0d57 100644 --- a/src/bookmarkselector.h +++ b/src/bookmarkselector.h @@ -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; }; |
