┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/startupsettingspage.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-08-03 14:53:30 +0000
committerPeter Penz <[email protected]>2008-08-03 14:53:30 +0000
commitafcbe61a6c964f45a043d1a9508738476610559b (patch)
tree78aa267a3aed38fb32345c008c2941442adb9e3d /src/startupsettingspage.h
parentcaae1f4d6651fe0a04631c26504d0fa017f1d539 (diff)
Allow to configure in the startup configuration whether the URL Navigator should show the full path in the breadcrumb view.
svn path=/trunk/KDE/kdebase/apps/; revision=841571
Diffstat (limited to 'src/startupsettingspage.h')
-rw-r--r--src/startupsettingspage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/startupsettingspage.h b/src/startupsettingspage.h
index bee24b15f..a56869cd4 100644
--- a/src/startupsettingspage.h
+++ b/src/startupsettingspage.h
@@ -59,6 +59,7 @@ private:
QCheckBox* m_splitView;
QCheckBox* m_editableUrl;
+ QCheckBox* m_showFullPath;
QCheckBox* m_filterBar;
};