diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 14:31:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 17:36:37 +0900 |
commit | b2925b116af68ffc3b1696c0d5b81696f894de04 (patch) | |
tree | f3a5b7782ac5242e1fb43b5933c6ead7e302e378 /tdecore/kstandarddirs.h | |
parent | d4ddb3a360072409d62094f3da5ab28597f2ccae (diff) | |
download | tdelibs-b2925b116af68ffc3b1696c0d5b81696f894de04.tar.gz tdelibs-b2925b116af68ffc3b1696c0d5b81696f894de04.zip |
Replace obsolete kstddirs.h with kstandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdecore/kstandarddirs.h')
-rw-r--r-- | tdecore/kstandarddirs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/kstandarddirs.h b/tdecore/kstandarddirs.h index e40f7617f..79085dce1 100644 --- a/tdecore/kstandarddirs.h +++ b/tdecore/kstandarddirs.h @@ -20,8 +20,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef SSK_KSTDDIRS_H -#define SSK_KSTDDIRS_H +#ifndef _KSTANDARDDIRS_H +#define _KSTANDARDDIRS_H #include <tqstring.h> #include <tqdict.h> @@ -726,4 +726,4 @@ TDECORE_EXPORT TQString locateLocal( const char *type, const TQString& filename, /*! @} */ -#endif // SSK_KSTDDIRS_H +#endif // _KSTANDARDDIRS_H |