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:36:37 +0900 |
commit | b2925b116af68ffc3b1696c0d5b81696f894de04 (patch) | |
tree | f3a5b7782ac5242e1fb43b5933c6ead7e302e378 /tdecore/kstandarddirs.cpp | |
parent | d4ddb3a360072409d62094f3da5ab28597f2ccae (diff) | |
download | tdelibs-b2925b116af68ffc3b1696c0d5b81696f894de04.tar.gz tdelibs-b2925b116af68ffc3b1696c0d5b81696f894de04.zip |
Replace obsolete kstddirs.h with kstandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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; |