summaryrefslogtreecommitdiffstats
path: root/kmyfirewall/installer/kmfinstallerplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmyfirewall/installer/kmfinstallerplugin.cpp')
-rw-r--r--kmyfirewall/installer/kmfinstallerplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmyfirewall/installer/kmfinstallerplugin.cpp b/kmyfirewall/installer/kmfinstallerplugin.cpp
index 203edf3..69e6788 100644
--- a/kmyfirewall/installer/kmfinstallerplugin.cpp
+++ b/kmyfirewall/installer/kmfinstallerplugin.cpp
@@ -379,10 +379,10 @@ void KMFInstallerPlugin::slotGenerateInstallerPackage() {
TQString remPath = url.protocol();
if ( url.isLocalFile() ) {
- KProcess *proc = new KProcess();
+ TDEProcess *proc = new TDEProcess();
*proc << "chmod";
*proc << "700" << url.path();
- proc->start( KProcess::Block );
+ proc->start( TDEProcess::Block );
delete proc;
proc = 0;
kdDebug() << "Set perms for: " << url.path() << endl;