diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 22:46:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 22:46:25 +0900 |
commit | 669c9bc7d86221be927586ec3078e6247048ca37 (patch) | |
tree | e83c76f0e10c5bcd55b89c3b4ec96754591d949c /ksplashml/kcmksplash | |
parent | 60e6b46689f16f4a05ceeb34f904603ef042ae6c (diff) | |
download | tdebase-669c9bc7d86221be927586ec3078e6247048ca37.tar.gz tdebase-669c9bc7d86221be927586ec3078e6247048ca37.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ksplashml/kcmksplash')
-rw-r--r-- | ksplashml/kcmksplash/installer.cpp | 2 | ||||
-rw-r--r-- | ksplashml/kcmksplash/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ksplashml/kcmksplash/installer.cpp b/ksplashml/kcmksplash/installer.cpp index f421ffe2e..7a8b53b57 100644 --- a/ksplashml/kcmksplash/installer.cpp +++ b/ksplashml/kcmksplash/installer.cpp @@ -26,7 +26,7 @@ #include <tdemessagebox.h> #include <tdeprocess.h> #include <kpushbutton.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <ktar.h> #include <ktrader.h> #include <kurldrag.h> diff --git a/ksplashml/kcmksplash/main.cpp b/ksplashml/kcmksplash/main.cpp index 4a2f9cf5c..0e9972bbe 100644 --- a/ksplashml/kcmksplash/main.cpp +++ b/ksplashml/kcmksplash/main.cpp @@ -19,7 +19,7 @@ #include <tdecmodule.h> #include <kdebug.h> #include <kgenericfactory.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "installer.h" |