From aef5eada7f51ee48f3d21448db290bd8f06953a8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:50:20 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kfloppy/zip.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kfloppy/zip.h') 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() -- cgit v1.2.1