diff options
| author | Peter Penz <[email protected]> | 2007-02-17 10:31:52 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-02-17 10:31:52 +0000 |
| commit | 175fe7ff47ccff39b0e77f80491a9701d025375e (patch) | |
| tree | 6c2cb040129fbd5050549c970d0219de96808314 /src/urlbutton.h | |
| parent | 86110e2778d6ac5eb4454f58de532cabfcd75dbf (diff) | |
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
Diffstat (limited to 'src/urlbutton.h')
| -rw-r--r-- | src/urlbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
