diff options
| author | Peter Penz <[email protected]> | 2009-01-13 18:06:15 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-01-13 18:06:15 +0000 |
| commit | 86d9c40ab71df5b8bd5063251337d5ca0c22380a (patch) | |
| tree | 49855e1179aabb12050675d834eec229850fbecc /src/dolphinmainwindow.h | |
| parent | 942778cb2af7f42f774826ffc52003a872d2dca3 (diff) | |
prevent that the user can open more than one instance of the settings dialog
svn path=/trunk/KDE/kdebase/apps/; revision=910588
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
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<ViewTab> m_viewTab; DolphinViewActionHandler* m_actionHandler; + QPointer<DolphinSettingsDialog> m_settingsDialog; }; inline DolphinViewContainer* DolphinMainWindow::activeViewContainer() const |
