From f31a541925033c2ef5e27b85c099d47791b50121 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Wed, 29 Nov 2006 00:02:19 +0000 Subject: Make it (almost) possible to have more than one Dolphin KMainWindow Create a DolphinApplication, holding DolphinMainWindows and update the code to use the DolphinView to get the MainWindow, or get a ptr to the MainWindow directly. Or if all windows are effected go through the DolphinApplication to update every mainwindow. The UndowManager and ProgressIndicator have a rather strange relationship and will need some more attention but as UndoManager will be killed anyway I have skipped this. More cleanup, debugging and thinking is needed. svn path=/trunk/playground/utils/dolphin/; revision=608945 --- src/dolphinsettings.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/dolphinsettings.cpp') diff --git a/src/dolphinsettings.cpp b/src/dolphinsettings.cpp index ccb9442d2..f197d36f0 100644 --- a/src/dolphinsettings.cpp +++ b/src/dolphinsettings.cpp @@ -30,13 +30,14 @@ #include #include -#include "dolphin.h" #include "generalsettings.h" #include "iconsmodesettings.h" #include "previewsmodesettings.h" #include "detailsmodesettings.h" #include "sidebarsettings.h" +#include + DolphinSettings& DolphinSettings::instance() { static DolphinSettings* instance = 0; -- cgit v1.3