diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 22:46:37 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 22:46:37 +0900 |
commit | f5bba420c167f098576e9d9cffa4114ff17976a4 (patch) | |
tree | 747fe5a56c118c791cefca9714feee0c4826ca47 /blinken | |
parent | 51d6c09aaad2282f1a010aaf4f3cb16830bc35ff (diff) | |
download | tdeedu-f5bba420c167f098576e9d9cffa4114ff17976a4.tar.gz tdeedu-f5bba420c167f098576e9d9cffa4114ff17976a4.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'blinken')
-rw-r--r-- | blinken/src/artsplayer.cpp | 2 | ||||
-rw-r--r-- | blinken/src/blinken.cpp | 2 | ||||
-rw-r--r-- | blinken/src/button.cpp | 2 | ||||
-rw-r--r-- | blinken/src/main.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/blinken/src/artsplayer.cpp b/blinken/src/artsplayer.cpp index 6d82e9fb..91391e56 100644 --- a/blinken/src/artsplayer.cpp +++ b/blinken/src/artsplayer.cpp @@ -15,7 +15,7 @@ #include <tdelocale.h> #include <tdemessagebox.h> #endif -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "artsplayer.h" #include "settings.h" diff --git a/blinken/src/blinken.cpp b/blinken/src/blinken.cpp index 1e720613..3b97c561 100644 --- a/blinken/src/blinken.cpp +++ b/blinken/src/blinken.cpp @@ -20,7 +20,7 @@ #include <tdelocale.h> #include <tdemessagebox.h> #include <tdepopupmenu.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "blinken.h" #include "button.h" diff --git a/blinken/src/button.cpp b/blinken/src/button.cpp index a8fadf3d..e36d2e19 100644 --- a/blinken/src/button.cpp +++ b/blinken/src/button.cpp @@ -10,7 +10,7 @@ #include <tdeaction.h> #include <tdeapplication.h> #include <tdeconfig.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kdebug.h> #include "button.h" diff --git a/blinken/src/main.cpp b/blinken/src/main.cpp index 4fc14a95..3589cd58 100644 --- a/blinken/src/main.cpp +++ b/blinken/src/main.cpp @@ -11,7 +11,7 @@ #include <tdeapplication.h> #include <tdecmdlineargs.h> #include <tdeprocess.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "fontchecker.h" #include "blinken.h" |