diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 22:49:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 22:49:55 +0900 |
commit | d49beb3f3c75ca7d8aa230746441294ad5ba3bd7 (patch) | |
tree | 4b670ec3733465b818a238c61f244206d729107e /amor/amoranim.cpp | |
parent | c2103a5902f26902d0a208edec9f11aa3ead3716 (diff) | |
download | tdetoys-d49beb3f3c75ca7d8aa230746441294ad5ba3bd7.tar.gz tdetoys-d49beb3f3c75ca7d8aa230746441294ad5ba3bd7.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'amor/amoranim.cpp')
-rw-r--r-- | amor/amoranim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amor/amoranim.cpp b/amor/amoranim.cpp index a95dcc6..4d7c071 100644 --- a/amor/amoranim.cpp +++ b/amor/amoranim.cpp @@ -26,7 +26,7 @@ */ #include <stdlib.h> #include <tdeapplication.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "amoranim.h" #include "amorpm.h" |