diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-13 19:43:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-13 19:43:54 +0900 |
commit | cff1d41edcea788c9d0f282441525221cd86ebf6 (patch) | |
tree | df1c76b42898fcef917a00bcbeed49a56288c757 | |
parent | c4904dfb88d84d87b596eb8bde8de3bebafc56f1 (diff) | |
download | tdesudo-cff1d41edcea788c9d0f282441525221cd86ebf6.tar.gz tdesudo-cff1d41edcea788c9d0f282441525221cd86ebf6.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | tdesudo/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdesudo/main.cpp b/tdesudo/main.cpp index 88e260d..a99ff91 100644 --- a/tdesudo/main.cpp +++ b/tdesudo/main.cpp @@ -27,7 +27,7 @@ #include "tdesudo.h" #include <tdemessagebox.h> -#include <kdesktopfile.h> +#include <tdedesktopfile.h> #include <kiconloader.h> #include <kicontheme.h> #include <tdeglobal.h> @@ -113,7 +113,7 @@ int main(int argc, char **argv) TDEGlobal::dirs()->addResourceDir("apps","/usr/share/applications"); TQString deskFilePath = TDEGlobal::dirs()->findResource("apps",executable + ".desktop"); - KDesktopFile desktopFile(deskFilePath,true); + TDEDesktopFile desktopFile(deskFilePath,true); /* icon parsing */ if (args->isSet("i")) |