From 01f577fda1b2ee522a0e87edab7c079c8b553860 Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Mon, 4 Dec 2006 05:46:34 +0000 Subject: reducing a little bit the number of deprecation warnings svn path=/trunk/playground/utils/dolphin/; revision=610300 --- src/dolphinapplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinapplication.cpp') diff --git a/src/dolphinapplication.cpp b/src/dolphinapplication.cpp index a27a4cb27..cad182d6a 100644 --- a/src/dolphinapplication.cpp +++ b/src/dolphinapplication.cpp @@ -50,7 +50,7 @@ DolphinMainWindow* DolphinApplication::createMainWindow() void DolphinApplication::removeMainWindow( DolphinMainWindow *mainwindow ) { - m_mainWindows.remove( mainwindow ); + m_mainWindows.removeAll( mainwindow ); } void DolphinApplication::refreshMainWindows() -- cgit v1.3