diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 14:31:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 17:53:10 +0900 |
commit | 3b242145342e41d11ec8cf8d800cfefcd8674a34 (patch) | |
tree | b56ec28bb1961172ed082a5dfea849fce47b69b7 /tdecore/kstandarddirs.cpp | |
parent | f67e80170c050cd0e10d7c80a8fe96c156edc393 (diff) | |
download | tdelibs-3b242145.tar.gz tdelibs-3b242145.zip |
Replace obsolete kstddirs.h with kstandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b2925b116af68ffc3b1696c0d5b81696f894de04)
Diffstat (limited to 'tdecore/kstandarddirs.cpp')
-rw-r--r-- | tdecore/kstandarddirs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kstandarddirs.cpp b/tdecore/kstandarddirs.cpp index b7d41d136..8a0b59c5f 100644 --- a/tdecore/kstandarddirs.cpp +++ b/tdecore/kstandarddirs.cpp @@ -441,7 +441,7 @@ TQString TDEStandardDirs::findResourceDir( const char *type, #ifndef NDEBUG if(false && strcmp(type, "locale")) - fprintf(stderr, "KStdDirs::findResDir(): can't find \"%s\" in type \"%s\".\n", filename.ascii(), type); + fprintf(stderr, "TDEStandardDirs::findResourceDir(): can't find \"%s\" in type \"%s\".\n", filename.ascii(), type); #endif return TQString::null; |