Port away from KGlobalSettings::completionMode()

REVIEW: 122347
This commit is contained in:
Emmanuel Pescosta 2015-01-30 13:33:00 +01:00
parent 5100c20c0d
commit 122e1c6288

View file

@ -6,7 +6,7 @@
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<include>QDir</include>
<include>QUrl</include>
<include>kglobalsettings.h</include>
<include>KCompletion</include>
<kcfgfile name="dolphinrc"/>
<signal name="naturalSortingChanged" />
<group name="General">
@ -16,7 +16,7 @@
</entry>
<entry name="UrlCompletionMode" type="Enum">
<label>Text completion mode of the URL Navigator</label>
<default code="true">KGlobalSettings::completionMode()</default>
<default>KCompletion::CompletionPopup</default>
</entry>
<entry name="ShowFullPath" type="Bool">
<label>Should the full path be shown inside the location bar</label>