From c3ffc95a7356cdb428aa68f0fbfb0db9c6dcf5b5 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 10 Jul 2009 06:07:32 +0000 Subject: - adding missing const - minor adjustment of name - use same declaration order as other private methods CCMAIL: predator106@gmail.com svn path=/trunk/KDE/kdebase/apps/; revision=994089 --- src/dolphinmainwindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dolphinmainwindow.h') 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; -- cgit v1.3