diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 4d724ad2d..9ca28b557 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -441,6 +441,8 @@ private: */ void setUrlAsCaption(const KUrl& url); + QString squeezedText(const QString& text) const; + private: /** * Implements a custom error handling for the undo manager. This @@ -455,8 +457,6 @@ private: virtual void jobError(KIO::Job* job); }; - QString squeezeText(const QString& text); - KNewMenu* m_newMenu; KActionMenu* m_recentTabsMenu; KAction* m_showMenuBar; |
