diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 18:53:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 18:53:35 +0900 |
commit | cac4c01e64fd0fd6d3da76b7fe1a302eb068a406 (patch) | |
tree | d3ddfe31ae47d10fdddafa5c471cf2b5b5652af8 /kmymoney2/reports/pivotgridtest.cpp | |
parent | 387d8876e77f130be2e677c4a0d1aea3d8e8f1da (diff) | |
download | kmymoney-cac4c01e64fd0fd6d3da76b7fe1a302eb068a406.tar.gz kmymoney-cac4c01e64fd0fd6d3da76b7fe1a302eb068a406.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kmymoney2/reports/pivotgridtest.cpp')
-rw-r--r-- | kmymoney2/reports/pivotgridtest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/reports/pivotgridtest.cpp b/kmymoney2/reports/pivotgridtest.cpp index 14a22b0..921d477 100644 --- a/kmymoney2/reports/pivotgridtest.cpp +++ b/kmymoney2/reports/pivotgridtest.cpp @@ -30,7 +30,7 @@ #include <tdeglobal.h> #include <tdeglobalsettings.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> // DOH, mmreport.h uses this without including it!! #include "../mymoney/mymoneyaccount.h" |