diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-13 19:55:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-13 19:55:30 +0900 |
commit | 16652efd0f5da6775487e6796493785d2602717d (patch) | |
tree | 745f15449146331a2abcb7da7fc8bddd2f29d574 /tdeioslave/system/systemimpl.h | |
parent | 51230c05dc0d15dd4d6e6cce1020c6bac3a5cdd3 (diff) | |
download | tdebase-16652efd0f5da6775487e6796493785d2602717d.tar.gz tdebase-16652efd0f5da6775487e6796493785d2602717d.zip |
Use TDEDesktopFile
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave/system/systemimpl.h')
-rw-r--r-- | tdeioslave/system/systemimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/system/systemimpl.h b/tdeioslave/system/systemimpl.h index d4cc0e1cb..41d0242a3 100644 --- a/tdeioslave/system/systemimpl.h +++ b/tdeioslave/system/systemimpl.h @@ -22,7 +22,7 @@ #include <tdeio/global.h> #include <tdeio/job.h> -#include <kdesktopfile.h> +#include <tdedesktopfile.h> #include <kurl.h> #include <dcopobject.h> |