diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 19:23:50 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 19:23:50 +0900 |
| commit | 19da8ad4e9f49d56a300700053bf86f04a0d4051 (patch) | |
| tree | ccbbf2e1e14936f8c4e7779b72793303ee8600ec | |
| parent | 7f766218f280fed1a2af81c8cac8196e224b3219 (diff) | |
| download | mathemagics-19da8ad4e9f49d56a300700053bf86f04a0d4051.tar.gz mathemagics-19da8ad4e9f49d56a300700053bf86f04a0d4051.zip | |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | mathemagics/mathemagics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mathemagics/mathemagics.cpp b/mathemagics/mathemagics.cpp index 4365503..7499097 100644 --- a/mathemagics/mathemagics.cpp +++ b/mathemagics/mathemagics.cpp @@ -31,7 +31,7 @@ #include <kkeydialog.h> #include <tdemainwindow.h> #include <knotifyclient.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kstatusbar.h> #include <kstdaction.h> #include <tdetoolbar.h> |
