From dcb427c82f449d00e81fdf2b61428270ed1e95ad Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 17 Feb 2007 10:58:09 +0000 Subject: Don't use any deprecated classes or methods from Qt3 anymore. svn path=/trunk/KDE/kdebase/apps/; revision=634445 --- src/bookmarkselector.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/bookmarkselector.h') 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 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; }; -- cgit v1.3