summaryrefslogtreecommitdiffstats
path: root/ark/compressedfile.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 /ark/compressedfile.h
parent95d05392f9bc01594738a1e06ebf23123b3d3e6e (diff)
downloadtdeutils-aef5eada7f51ee48f3d21448db290bd8f06953a8.tar.gz
tdeutils-aef5eada7f51ee48f3d21448db290bd8f06953a8.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'ark/compressedfile.h')
-rw-r--r--ark/compressedfile.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ark/compressedfile.h b/ark/compressedfile.h
index 896b0fa..16d84fb 100644
--- a/ark/compressedfile.h
+++ b/ark/compressedfile.h
@@ -28,7 +28,7 @@
class TQString;
class TQCString;
class TQStringList;
-class KProcess;
+class TDEProcess;
class KTempDir;
class Arch;
@@ -61,9 +61,9 @@ public:
TQString tempFileName(){ return m_tmpfile; }
private slots:
- void slotUncompressDone(KProcess *);
- void slotAddInProgress(KProcess*, char*, int);
- void slotAddDone(KProcess*);
+ void slotUncompressDone(TDEProcess *);
+ void slotAddInProgress(TDEProcess*, char*, int);
+ void slotAddDone(TDEProcess*);
private:
void initExtract( bool, bool, bool );