diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 22:45:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 22:45:44 +0900 |
commit | caa5df3dcc83de066034204ef4f40475e6f9e07f (patch) | |
tree | 8d35e731115f94363f93de1c5ab72ae1e0a65c86 /kttsd/players | |
parent | 6fb2cbd29131dd4db976c9a32dfad60122f4a8c2 (diff) | |
download | tdeaccessibility-caa5df3dcc83de066034204ef4f40475e6f9e07f.tar.gz tdeaccessibility-caa5df3dcc83de066034204ef4f40475e6f9e07f.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kttsd/players')
-rw-r--r-- | kttsd/players/alsaplayer/alsaplayer.cpp | 2 | ||||
-rw-r--r-- | kttsd/players/artsplayer/artsplayer.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kttsd/players/alsaplayer/alsaplayer.cpp b/kttsd/players/alsaplayer/alsaplayer.cpp index c67564d..bdd56b5 100644 --- a/kttsd/players/alsaplayer/alsaplayer.cpp +++ b/kttsd/players/alsaplayer/alsaplayer.cpp @@ -44,7 +44,7 @@ // KDE includes. #include <kdebug.h> #include <tdeconfig.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdemessagebox.h> #include <tdelocale.h> diff --git a/kttsd/players/artsplayer/artsplayer.cpp b/kttsd/players/artsplayer/artsplayer.cpp index fac97e1..f539a63 100644 --- a/kttsd/players/artsplayer/artsplayer.cpp +++ b/kttsd/players/artsplayer/artsplayer.cpp @@ -20,7 +20,7 @@ #include <kdebug.h> #include <tdeconfig.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqdir.h> #include <tqapplication.h> |