summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-13 19:43:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-13 19:43:54 +0900
commitcff1d41edcea788c9d0f282441525221cd86ebf6 (patch)
treedf1c76b42898fcef917a00bcbeed49a56288c757
parentc4904dfb88d84d87b596eb8bde8de3bebafc56f1 (diff)
downloadtdesudo-cff1d41edcea788c9d0f282441525221cd86ebf6.tar.gz
tdesudo-cff1d41edcea788c9d0f282441525221cd86ebf6.zip
Use TDEDesktopFileHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--tdesudo/main.cpp4
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"))