diff options
author | Michele Calgaro <[email protected]> | 2020-12-07 22:58:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-12-07 23:22:36 +0900 |
commit | ad6f3f6402df4bdf88672d511e21ab1e9b88d978 (patch) | |
tree | bacd0af440aa1a0671045d431406cda36d4df618 /konqueror/konqueror.kcfg | |
parent | 6ab96d20b89c0e1d86abc00513c7cec304d85800 (diff) | |
download | tdebase-ad6f3f6402df4bdf88672d511e21ab1e9b88d978.tar.gz tdebase-ad6f3f6402df4bdf88672d511e21ab1e9b88d978.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 145abc15d57fb29701a12e8a14dcb9c1fd72e9be)
Diffstat (limited to 'konqueror/konqueror.kcfg')
-rw-r--r-- | konqueror/konqueror.kcfg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/konqueror/konqueror.kcfg b/konqueror/konqueror.kcfg index ec4728e03..4049e8791 100644 --- a/konqueror/konqueror.kcfg +++ b/konqueror/konqueror.kcfg @@ -158,14 +158,14 @@ <whatsthis></whatsthis> <!-- checked --> </entry> -<!-- konq_settings.cc --> +<!-- konq_settings.cpp --> <entry key="WordWrapText" type="Bool"> <!--LIBKONQ--> <default>true</default> <label></label> <whatsthis></whatsthis> <!-- no writeEntry --> </entry> -<!-- konq_tabs.cc --> +<!-- konq_tabs.cpp --> <entry key="MouseMiddleClickClosesTab" type="Bool"> <default>false</default> <label></label> @@ -282,7 +282,7 @@ <whatsthis></whatsthis> <!-- checked --> </entry> -<!-- konq_view.cc --> +<!-- konq_view.cpp --> <entry key="EnableFavicon" type="Bool"> <default>true</default> <label></label> @@ -502,7 +502,7 @@ PATH_JAVA </group> <group name="ModeToolBarServices" > -<!-- konq_mainwindow.cc --> +<!-- konq_mainwindow.cpp --> <entry key="konq_iconview" type="String"> <label></label> <whatsthis></whatsthis> @@ -526,7 +526,7 @@ PATH_JAVA </group> <group name="Notification Messages" > -<!-- advancedTabDialog.cpp konq_mainwindow.cc --> +<!-- advancedTabDialog.cpp konq_mainwindow.cpp --> <entry key="MultipleTabConfirm" type="Bool"> <default>false</default> <label></label> |