From 175fe7ff47ccff39b0e77f80491a9701d025375e Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 17 Feb 2007 10:31:52 +0000 Subject: Cleanup of the URL navigator, so that the DolphinMainWindow and the DolphinView are not used anymore. This will make it easier for us later on when moving the URL navigator outside Dolphin to make it accessable for other parts. Currently the bookmarks are still accessed by DolphinSettings, but this will be cleaned up later... svn path=/trunk/KDE/kdebase/apps/; revision=634432 --- src/urlbutton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/urlbutton.h') diff --git a/src/urlbutton.h b/src/urlbutton.h index 4c88a7d3a..06da18aba 100644 --- a/src/urlbutton.h +++ b/src/urlbutton.h @@ -44,7 +44,7 @@ public: explicit UrlButton(UrlNavigator* parent); virtual ~UrlButton(); - UrlNavigator* urlNavigator() const; + UrlNavigator* urlNavigator() const { return m_urlNavigator; } protected: enum DisplayHint { -- cgit v1.3