diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:17:34 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 19:58:26 +0900 |
commit | 4728afb5e260643b4d41956672595cb5188a4bb6 (patch) | |
tree | 1968aa0ec756100c83a479fd5ebedffb54b5ee50 /libtdeedu/tdeeduplot/kplotaxis.h | |
parent | f5b406852519003c7c9e490a0395411051bb0990 (diff) | |
download | tdeedu-4728afb5e260643b4d41956672595cb5188a4bb6.tar.gz tdeedu-4728afb5e260643b4d41956672595cb5188a4bb6.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0c3e57153b18b79b791c6fd6711576b8cd96e736)
Diffstat (limited to 'libtdeedu/tdeeduplot/kplotaxis.h')
-rw-r--r-- | libtdeedu/tdeeduplot/kplotaxis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdeedu/tdeeduplot/kplotaxis.h b/libtdeedu/tdeeduplot/kplotaxis.h index e0d791a0..901bc4a3 100644 --- a/libtdeedu/tdeeduplot/kplotaxis.h +++ b/libtdeedu/tdeeduplot/kplotaxis.h @@ -20,7 +20,7 @@ #include <tqstring.h> -#include <kdemacros.h> +#include <tdemacros.h> /**class KPlotAxis *@short Contains all data for drawing an axis including format specification axis labels. |