summaryrefslogtreecommitdiffstats
path: root/kmyfirewall/installer/kmfinstallerplugin.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:21:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:21:10 -0600
commit3b543760cb2e819773dcefb8f94987092d80cdbc (patch)
tree398815bc6877ba5e86bd5582b36cd244b74b976f /kmyfirewall/installer/kmfinstallerplugin.cpp
parent8f312b3a8d21ec85e012d5f75e85b905267d147e (diff)
downloadkmyfirewall-3b543760cb2e819773dcefb8f94987092d80cdbc.tar.gz
kmyfirewall-3b543760cb2e819773dcefb8f94987092d80cdbc.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
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;