diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 22:49:32 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 22:49:32 +0900 |
commit | c6c85358d8f0ce34fcc524d58ab9a3898c171f61 (patch) | |
tree | 276f288a0392d6a7cb02310085045770b3f81ccc /filesharing | |
parent | ee6d5cf64cd94e7a60ea8a9f3087e33890dfe49e (diff) | |
download | tdenetwork-master.tar.gz tdenetwork-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'filesharing')
-rw-r--r-- | filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp | 2 | ||||
-rw-r--r-- | filesharing/simple/fileshare.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp b/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp index 0d22dfa4..a228d233 100644 --- a/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp +++ b/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp @@ -27,7 +27,7 @@ #include <tdefileshare.h> #include <tdemessagebox.h> #include <tdeprocess.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kdialog.h> #include <tdeglobal.h> diff --git a/filesharing/simple/fileshare.cpp b/filesharing/simple/fileshare.cpp index 73888a81..532b7298 100644 --- a/filesharing/simple/fileshare.cpp +++ b/filesharing/simple/fileshare.cpp @@ -36,7 +36,7 @@ #include <knfsshare.h> #include <ksambashare.h> #include <tdefileshare.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <ksimpleconfig.h> #include <tdemessagebox.h> #include <tdeapplication.h> |