From 86dd791791119a4b936c34e8dab6f90a809948b0 Mon Sep 17 00:00:00 2001 From: Shaun Reich Date: Sun, 1 Mar 2009 18:19:38 +0000 Subject: Changed deprecated use of signal closeRequested(int) to tabCloseRequested(int) svn path=/trunk/KDE/kdebase/apps/; revision=933837 --- src/dolphinmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinmainwindow.cpp') diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 7029e9bc9..bfdf8dafd 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -923,7 +923,7 @@ void DolphinMainWindow::init() m_tabBar->setTabsClosable(true); connect(m_tabBar, SIGNAL(currentChanged(int)), this, SLOT(setActiveTab(int))); - connect(m_tabBar, SIGNAL(closeRequest(int)), + connect(m_tabBar, SIGNAL(tabCloseRequested(int)), this, SLOT(closeTab(int))); connect(m_tabBar, SIGNAL(contextMenu(int, const QPoint&)), this, SLOT(openTabContextMenu(int, const QPoint&))); -- cgit v1.3