summaryrefslogtreecommitdiffstats
path: root/kiosktool/kioskrun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kiosktool/kioskrun.cpp')
-rw-r--r--kiosktool/kioskrun.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kiosktool/kioskrun.cpp b/kiosktool/kioskrun.cpp
index 543bc91..e77e874 100644
--- a/kiosktool/kioskrun.cpp
+++ b/kiosktool/kioskrun.cpp
@@ -31,7 +31,7 @@
#include <kapplication.h>
#include <kcmdlineargs.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kdebug.h>
#include <klocale.h>
#include <kmessagebox.h>
@@ -44,7 +44,7 @@
#include "kiosksync.h"
-#include <kio/netaccess.h>
+#include <tdeio/netaccess.h>
#define NETACCESS TDEIO::NetAccess
#undef DEBUG_ENTRIES
@@ -198,7 +198,7 @@ KioskRun::updateSycoca()
file.open(IO_WriteOnly);
file.close();
- dcopRef("kded", "kbuildsycoca").call("recreate");
+ dcopRef("kded", "tdebuildsycoca").call("recreate");
}
TDEProcess*
@@ -673,7 +673,7 @@ KioskRun::makeMutable(bool bMutable)
}
}
// Propagate to tdeinit
- dcopRef("klauncher", "klauncher").call("setLaunchEnv",
+ dcopRef("tdelauncher", "tdelauncher").call("setLaunchEnv",
TQCString("TDE_KIOSK_NO_RESTRICTIONS"), TQCString(m_noRestrictions ? "true" : ""));
setConfigImmutable("kdeglobals", "KDE Action Restrictions", true);
@@ -685,7 +685,7 @@ KioskRun::newConfigFiles()
setupConfigEnv();
TQStringList exceptions;
- exceptions << "kconf_updaterc";
+ exceptions << "tdeconf_updaterc";
TQStringList result;
TQDir dir(m_configDir);