diff options
| author | Frank Reininghaus <[email protected]> | 2009-03-12 22:40:32 +0000 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2009-03-12 22:40:32 +0000 |
| commit | b9b9df729649b17290fc574cf617f53722583f03 (patch) | |
| tree | fb2b5aa2825ff5d2eb8ace92cf967c12fd215198 /src/settings/behaviorsettingspage.h | |
| parent | ec48b26a156c8dbe5cbb90c0c89e8643010f5dbe (diff) | |
Ask for confirmation when closing a Dolphin window with more than one tab. This can be disabled by checking the "Do not ask again" checkbox in the confirmation dialog or in Dolphin's settings dialog.
FEATURE: 168417
svn path=/trunk/KDE/kdebase/apps/; revision=938767
Diffstat (limited to 'src/settings/behaviorsettingspage.h')
| -rw-r--r-- | src/settings/behaviorsettingspage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings/behaviorsettingspage.h b/src/settings/behaviorsettingspage.h index 401f2240a..fecbe08a3 100644 --- a/src/settings/behaviorsettingspage.h +++ b/src/settings/behaviorsettingspage.h @@ -55,6 +55,7 @@ private: QCheckBox* m_confirmMoveToTrash; QCheckBox* m_confirmDelete; + QCheckBox* m_confirmClosingMultipleTabs; QCheckBox* m_renameInline; QCheckBox* m_showToolTips; |
