diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 13:19:53 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 13:29:52 +0900 |
| commit | aea2aa6b7f09782606473a36c91f3afcc2f8270b (patch) | |
| tree | d494f728116944bbef2a557a7842d8bcc2eac39c | |
| parent | 69fd3f96b4827efd949497b513a222ef3c7b108f (diff) | |
| download | pytde-aea2aa6b7f09782606473a36c91f3afcc2f8270b.tar.gz pytde-aea2aa6b7f09782606473a36c91f3afcc2f8270b.zip | |
Replace obsolete kstddirs.h with kstandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -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 c30868a..b5ad61d 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 |
