diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 18:54:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 18:54:06 +0900 |
commit | c766a5f4ed8b69db3fd88bd792329f441bd9fdde (patch) | |
tree | 146d36e0bafb2e668b3d7833f55e7262cb9f1196 /src/translators/htmlexporter.cpp | |
parent | cb4586519e42c83481e164f347a12e92449b4af0 (diff) | |
download | tellico-c766a5f4ed8b69db3fd88bd792329f441bd9fdde.tar.gz tellico-c766a5f4ed8b69db3fd88bd792329f441bd9fdde.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/translators/htmlexporter.cpp')
-rw-r--r-- | src/translators/htmlexporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/htmlexporter.cpp b/src/translators/htmlexporter.cpp index 921d616..c34639d 100644 --- a/src/translators/htmlexporter.cpp +++ b/src/translators/htmlexporter.cpp @@ -25,7 +25,7 @@ #include "../core/tellico_config.h" #include "../tellico_debug.h" -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeconfig.h> #include <tdeglobal.h> #include <tdeio/netaccess.h> |