summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-25 18:30:45 +0900
committerMichele Calgaro <[email protected]>2025-02-25 23:25:43 +0900
commitca51e6be42ccee7a306157899cc54edb62632b35 (patch)
tree86dcfa1b7045f7ffe7bfe7efc0430f4b6510172f /src/main.cpp
parent6538b3d2235fc67aa8722eadcf11dc21ccdf622b (diff)
downloadkdiff3-ca51e6be42ccee7a306157899cc54edb62632b35.tar.gz
kdiff3-ca51e6be42ccee7a306157899cc54edb62632b35.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 66aad10..f8ce4da 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -19,7 +19,7 @@
#include <tdeaboutdata.h>
#include <tdelocale.h>
#include "kdiff3_shell.h"
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include "version.h"
#include <tqtextcodec.h>
#include <tqfile.h>