summaryrefslogtreecommitdiffstats
path: root/kfloppy/zip.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:50:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:50:20 -0600
commitaef5eada7f51ee48f3d21448db290bd8f06953a8 (patch)
tree9d6e7572ebcc27e402501d6966f9b46361a1702c /kfloppy/zip.h
parent95d05392f9bc01594738a1e06ebf23123b3d3e6e (diff)
downloadtdeutils-aef5eada7f51ee48f3d21448db290bd8f06953a8.tar.gz
tdeutils-aef5eada7f51ee48f3d21448db290bd8f06953a8.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kfloppy/zip.h')
-rw-r--r--kfloppy/zip.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kfloppy/zip.h b/kfloppy/zip.h
index 525eb3f..e9a66a3 100644
--- a/kfloppy/zip.h
+++ b/kfloppy/zip.h
@@ -41,7 +41,7 @@
class TQCheckBox;
class TQTimer;
-class KProcess;
+class TDEProcess;
class KConfig;
class ZipFormat : public DiskFormat
@@ -74,7 +74,7 @@ protected:
static TQString newfs,dd;
- KProcess *p; ///< dd or newfs, doing the real work
+ TDEProcess *p; ///< dd or newfs, doing the real work
int formatStep; ///< keeps track of what phase we are in
// Variables for the zeroing phase
@@ -93,7 +93,7 @@ protected slots:
* processResult() reads output
* from either dd or newfs and interprets it.
*/
- void processResult(KProcess *,char *,int);
+ void processResult(TDEProcess *,char *,int);
/**
*statusRequest()