diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 23:21:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 23:21:48 +0900 |
commit | 3b01ee2def382271f1cbdec9fe100e2128d2e5a8 (patch) | |
tree | 8cce51a9cfd35f241d580581c9658ad3ee8c15ea /kstartperf | |
parent | 86d4cca5f4d251fc4cf150902d5d5c107e264acc (diff) | |
download | tdesdk-master.tar.gz tdesdk-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kstartperf')
-rw-r--r-- | kstartperf/kstartperf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kstartperf/kstartperf.cpp b/kstartperf/kstartperf.cpp index 8baf772c..0f633165 100644 --- a/kstartperf/kstartperf.cpp +++ b/kstartperf/kstartperf.cpp @@ -23,7 +23,7 @@ #include <tdeaboutdata.h> #include <tdecmdlineargs.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> static TDECmdLineOptions options[] = |