summaryrefslogtreecommitdiffstats
path: root/src/commandline_part.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:31:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:31:24 +0900
commitf5c32af30e944d6a36e7b6fae9edb30705a329b5 (patch)
tree1130a78067f96bec02a50f07deff4cc212afc213 /src/commandline_part.cpp
parenta162a4515bdc59f7b9cbedf216d433c67e508b06 (diff)
downloadtdesvn-f5c32af30e944d6a36e7b6fae9edb30705a329b5.tar.gz
tdesvn-f5c32af30e944d6a36e7b6fae9edb30705a329b5.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/commandline_part.cpp')
-rw-r--r--src/commandline_part.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commandline_part.cpp b/src/commandline_part.cpp
index 077bc54..3d75003 100644
--- a/src/commandline_part.cpp
+++ b/src/commandline_part.cpp
@@ -21,7 +21,7 @@
#include "tdesvn_part.h"
#include "svnfrontend/commandexec.h"
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
commandline_part::commandline_part(TQObject *parent, const char *name,TDECmdLineArgs *args)
: TQObject(parent, name)