diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 13:19:21 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 17:44:02 +0900 |
commit | 32b2e7058a81660a66e014f27fe909bd80adc960 (patch) | |
tree | 20c0e67796f98790c5fc5d9845676615c2efbc49 | |
parent | a04bf27cd71d12bb28a9b13b0995dcc7aff27961 (diff) | |
download | tdebase-32b2e7058a81660a66e014f27fe909bd80adc960.tar.gz tdebase-32b2e7058a81660a66e014f27fe909bd80adc960.zip |
Replace obsolete kstddirs.h with kstandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 60e6b46689f16f4a05ceeb34f904603ef042ae6c)
-rw-r--r-- | doc/khelpcenter/license/TDELicenseDlg.cpp | 2 | ||||
-rw-r--r-- | tdeioslave/media/libmediacommon/notifierserviceaction.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/khelpcenter/license/TDELicenseDlg.cpp b/doc/khelpcenter/license/TDELicenseDlg.cpp index a572389db..9417a2c87 100644 --- a/doc/khelpcenter/license/TDELicenseDlg.cpp +++ b/doc/khelpcenter/license/TDELicenseDlg.cpp @@ -5,7 +5,7 @@ #include <kiconloader.h> #include <kpushbutton.h> #include <kseparator.h> -#include <kstddirs.h> +#include <kstandarddirs.h> #include <ktabwidget.h> #include <ktextbrowser.h> #include <tdelocale.h> diff --git a/tdeioslave/media/libmediacommon/notifierserviceaction.cpp b/tdeioslave/media/libmediacommon/notifierserviceaction.cpp index c0b11043c..521c9ea2b 100644 --- a/tdeioslave/media/libmediacommon/notifierserviceaction.cpp +++ b/tdeioslave/media/libmediacommon/notifierserviceaction.cpp @@ -22,7 +22,7 @@ #include <tqdir.h> #include <tqfile.h> #include <tqfileinfo.h> -#include <kstddirs.h> +#include <kstandarddirs.h> #include <kdesktopfile.h> #include <tdelocale.h> |