From 86d9c40ab71df5b8bd5063251337d5ca0c22380a Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 13 Jan 2009 18:06:15 +0000 Subject: prevent that the user can open more than one instance of the settings dialog svn path=/trunk/KDE/kdebase/apps/; revision=910588 --- src/dolphinmainwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 8ec61d764..4220e825f 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -39,6 +39,7 @@ typedef KIO::FileUndoManager::CommandType CommandType; class KAction; class DolphinViewActionHandler; class DolphinApplication; +class DolphinSettingsDialog; class DolphinViewContainer; class KNewMenu; class KTabBar; @@ -434,6 +435,7 @@ private: QList m_viewTab; DolphinViewActionHandler* m_actionHandler; + QPointer m_settingsDialog; }; inline DolphinViewContainer* DolphinMainWindow::activeViewContainer() const -- cgit v1.3