]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Changed deprecated use of signal closeRequested(int) to tabCloseRequested(int)
authorShaun Reich <shaun.reich@kdemail.net>
Sun, 1 Mar 2009 18:19:38 +0000 (18:19 +0000)
committerShaun Reich <shaun.reich@kdemail.net>
Sun, 1 Mar 2009 18:19:38 +0000 (18:19 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=933837

src/dolphinmainwindow.cpp

index 7029e9bc95d37f7ddf2343880a9cbeb59d3a4d12..bfdf8dafd6d2359de54589cf9321c3abbb3b5cba 100644 (file)
@@ -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&)));