From 85aec92f819eae5a6189bd3ec25cff44dce3ae19 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 12 Dec 2008 06:55:26 +0000 Subject: SVN_SILENT: removed trailing spaces svn path=/trunk/KDE/kdebase/apps/; revision=895978 --- src/dolphinmainwindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dolphinmainwindow.cpp') diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index ebb11ba5b..23bec1173 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -207,7 +207,7 @@ void DolphinMainWindow::changeUrl(const KUrl& url) // shown due to DolphinViewContainer::restoreView(). return; } - + DolphinViewContainer* view = activeViewContainer(); if (view != 0) { view->setUrl(url); @@ -297,7 +297,7 @@ void DolphinMainWindow::openNewTab() { openNewTab(m_activeViewContainer->url()); m_tabBar->setCurrentIndex(m_viewTab.count() - 1); - + KUrlNavigator* navigator = m_activeViewContainer->urlNavigator(); if (navigator->isUrlEditable()) { // if a new tab is opened and the URL is editable, assure that @@ -1093,7 +1093,7 @@ void DolphinMainWindow::setupActions() openInNewTab->setText(i18nc("@action:inmenu", "Open in New Tab")); openInNewTab->setIcon(KIcon("tab-new")); connect(openInNewTab, SIGNAL(triggered()), this, SLOT(openInNewTab())); - + KAction* openInNewWindow = actionCollection()->addAction("open_in_new_window"); openInNewWindow->setText(i18nc("@action:inmenu", "Open in New Window")); openInNewWindow->setIcon(KIcon("window-new")); -- cgit v1.3