diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 13:19:53 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 17:44:30 +0900 |
commit | ae837e9953db48d730f277c9d2b771e3f1d5277a (patch) | |
tree | abbe5cb09d60b9d3dffa80b13dd35a1f4258840c | |
parent | f5b115aeb1e9fb023e5daeed4966aad3a0815d22 (diff) | |
download | pytde-ae837e9953db48d730f277c9d2b771e3f1d5277a.tar.gz pytde-ae837e9953db48d730f277c9d2b771e3f1d5277a.zip |
Replace obsolete kstddirs.h with kstandarddirs.hr14.1.x
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit aea2aa6b7f09782606473a36c91f3afcc2f8270b)
-rw-r--r-- | sip/tdecore/kstandarddirs.sip (renamed from sip/tdecore/kstddirs.sip) | 4 | ||||
-rw-r--r-- | sip/tdecore/tdecoremod.sip.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sip/tdecore/kstddirs.sip b/sip/tdecore/kstandarddirs.sip index 576b7f9..7519922 100644 --- a/sip/tdecore/kstddirs.sip +++ b/sip/tdecore/kstandarddirs.sip @@ -27,7 +27,7 @@ class TDEStandardDirs { %TypeHeaderCode -#include <kstddirs.h> +#include <kstandarddirs.h> %End @@ -62,7 +62,7 @@ private: %ModuleCode -#include <kstddirs.h> +#include <kstandarddirs.h> %End TQString locate (const char*, const TQString&, const TDEInstance* = TDEGlobal::instance()); diff --git a/sip/tdecore/tdecoremod.sip.in b/sip/tdecore/tdecoremod.sip.in index 4640ffc..3e49087 100644 --- a/sip/tdecore/tdecoremod.sip.in +++ b/sip/tdecore/tdecoremod.sip.in @@ -86,7 +86,7 @@ %Include tdestartupinfo.sip %Include kstaticdeleter.sip %Include tdestdaccel.sip -%Include kstddirs.sip +%Include kstandarddirs.sip %Include kstringhandler.sip %Include ktempdir.sip %Include tdetempfile.sip |