diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-06 21:23:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-06 21:24:20 +0900 |
commit | 4f99f868f09bbffa2e15733b8b7c78eba07a199e (patch) | |
tree | 3fb0957e93160f69f55942fff50a2ad496bf4f4c /tdeui/ksharedpixmap.h | |
parent | 19f44e5ff3756172540e768fc0d08d761f0c374e (diff) | |
download | tdelibs-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 'tdeui/ksharedpixmap.h')
-rw-r--r-- | tdeui/ksharedpixmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/ksharedpixmap.h b/tdeui/ksharedpixmap.h index c87196876..29b7821ff 100644 --- a/tdeui/ksharedpixmap.h +++ b/tdeui/ksharedpixmap.h @@ -40,7 +40,7 @@ class TDESharedPixmapPrivate; * * The server part of shared pixmaps is not implemented here. * That part is provided by KPixmapServer, in the source file: - * tdebase/kdesktop/pixmapserver.cc. + * tdebase/kdesktop/pixmapserver.cpp. * * An example: copy from a shared pixmap: * \code |