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 /tdeioslave | |
parent | 86d4cca5f4d251fc4cf150902d5d5c107e264acc (diff) | |
download | tdesdk-3b01ee2def382271f1cbdec9fe100e2128d2e5a8.tar.gz tdesdk-3b01ee2def382271f1cbdec9fe100e2128d2e5a8.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeioslave')
-rw-r--r-- | tdeioslave/svn/svn.cpp | 2 | ||||
-rw-r--r-- | tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/svn/svn.cpp b/tdeioslave/svn/svn.cpp index 92481417..2e9a28d1 100644 --- a/tdeioslave/svn/svn.cpp +++ b/tdeioslave/svn/svn.cpp @@ -34,7 +34,7 @@ #include <tdemessagebox.h> #include <kinstance.h> #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdelocale.h> #include <kurl.h> #include <ksock.h> diff --git a/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp b/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp index db7c15b0..d7928bbc 100644 --- a/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp +++ b/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp @@ -42,7 +42,7 @@ #include <tdetempfile.h> #include <tqtextstream.h> #include <tqtextedit.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqtextbrowser.h> #include <tqtextcodec.h> |