diff options
Diffstat (limited to 'konqueror/listview')
-rw-r--r-- | konqueror/listview/konq_listview.kcfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/listview/konq_listview.kcfg b/konqueror/listview/konq_listview.kcfg index cd7d2bc68..883bfe2bb 100644 --- a/konqueror/listview/konq_listview.kcfg +++ b/konqueror/listview/konq_listview.kcfg @@ -20,7 +20,7 @@ <whatsthis></whatsthis> </entry> <entry key="FileNameColumnWidth" type="Int"> - <default code="true">25 * KApplication::kApplication()->fontMetrics().width( "m" )</default> + <default code="true">25 * TDEApplication::kApplication()->fontMetrics().width( "m" )</default> <label>Width of the FileName Column</label> <whatsthis></whatsthis> </entry> |