┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-07-10 06:07:32 +0000
committerPeter Penz <[email protected]>2009-07-10 06:07:32 +0000
commitc3ffc95a7356cdb428aa68f0fbfb0db9c6dcf5b5 (patch)
tree3aa9b52945b22bc16d87c5efcb4952fae5e13211 /src/dolphinmainwindow.h
parent70915125f7250ea8eb654ab253db7ed96b14a6bf (diff)
- adding missing const
- minor adjustment of name - use same declaration order as other private methods CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=994089
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h4
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;