summaryrefslogtreecommitdiffstats
path: root/tdecore/tdeglobalsettings.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-06 21:23:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-06 21:24:20 +0900
commit4f99f868f09bbffa2e15733b8b7c78eba07a199e (patch)
tree3fb0957e93160f69f55942fff50a2ad496bf4f4c /tdecore/tdeglobalsettings.h
parent19f44e5ff3756172540e768fc0d08d761f0c374e (diff)
downloadtdelibs-4f99f868f09bbffa2e15733b8b7c78eba07a199e.tar.gz
tdelibs-4f99f868f09bbffa2e15733b8b7c78eba07a199e.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/tdeglobalsettings.h')
-rw-r--r--tdecore/tdeglobalsettings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tdeglobalsettings.h b/tdecore/tdeglobalsettings.h
index 74b0d77a8..7a359b60e 100644
--- a/tdecore/tdeglobalsettings.h
+++ b/tdecore/tdeglobalsettings.h
@@ -238,7 +238,7 @@ class TDECORE_EXPORT TDEGlobalSettings
* Use TDEIO::trash() to trash files, "trash:/" to list the trash contents.
*/
static TQString trashPath() { initPaths(); return *s_trashPath; }
- // KDE4: if you want to remove the above, move it to kdesktop/init.cc, which needs
+ // KDE4: if you want to remove the above, move it to kdesktop/init.cpp, which needs
// to know the old location of the trash
/**