diff options
| author | Zack Rusin <[email protected]> | 2006-12-04 05:46:34 +0000 |
|---|---|---|
| committer | Zack Rusin <[email protected]> | 2006-12-04 05:46:34 +0000 |
| commit | 01f577fda1b2ee522a0e87edab7c079c8b553860 (patch) | |
| tree | 20329ceebb09383781c25ed830061b7dead90f87 /src/dolphinapplication.cpp | |
| parent | c94276725b1452d9f899dec192a8e66ecb9a516d (diff) | |
reducing a little bit the number of deprecation warnings
svn path=/trunk/playground/utils/dolphin/; revision=610300
Diffstat (limited to 'src/dolphinapplication.cpp')
| -rw-r--r-- | src/dolphinapplication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
