summaryrefslogtreecommitdiffstats
path: root/kgpg/kgpg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kgpg/kgpg.cpp')
-rw-r--r--kgpg/kgpg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kgpg/kgpg.cpp b/kgpg/kgpg.cpp
index 0bae675..5073b96 100644
--- a/kgpg/kgpg.cpp
+++ b/kgpg/kgpg.cpp
@@ -64,7 +64,7 @@
#include <tdefiledialog.h>
#include <tdepopupmenu.h>
#include <tqcursor.h>
-#include <kdesktopfile.h>
+#include <tdedesktopfile.h>
#include "kgpgeditor.h"
@@ -778,7 +778,7 @@ void MyView::installShred()
KURL path;
path.setPath(TDEGlobalSettings::desktopPath());
path.addPath("shredder.desktop");
- KDesktopFile configl2(path.path(), false);
+ TDEDesktopFile configl2(path.path(), false);
if (configl2.isImmutable() ==false) {
configl2.setGroup("Desktop Entry");
configl2.writeEntry("Type", "Application");