diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:50:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:50:20 -0600 |
commit | aef5eada7f51ee48f3d21448db290bd8f06953a8 (patch) | |
tree | 9d6e7572ebcc27e402501d6966f9b46361a1702c /ark/tar.h | |
parent | 95d05392f9bc01594738a1e06ebf23123b3d3e6e (diff) | |
download | tdeutils-aef5eada7f51ee48f3d21448db290bd8f06953a8.tar.gz tdeutils-aef5eada7f51ee48f3d21448db290bd8f06953a8.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'ark/tar.h')
-rw-r--r-- | ark/tar.h | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -37,7 +37,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. class TQString; class TQStrList; -class KProcess; +class TDEProcess; class KTempDir; class KTarDirectory; class KTar; @@ -77,14 +77,14 @@ class TarArch : public Arch TQString getUnCompressor(); public slots: - void updateProgress( KProcess *_kp, char *_buffer, int _bufflen ); - void openFinished( KProcess * ); - void updateFinished( KProcess * ); - void createTmpFinished( KProcess * ); - void createTmpProgress( KProcess *_kp, char *_buffer, int _bufflen ); - void slotAddFinished( KProcess * ); - void slotListingDone( KProcess * ); - void slotDeleteExited( KProcess * ); + void updateProgress( TDEProcess *_kp, char *_buffer, int _bufflen ); + void openFinished( TDEProcess * ); + void updateFinished( TDEProcess * ); + void createTmpFinished( TDEProcess * ); + void createTmpProgress( TDEProcess *_kp, char *_buffer, int _bufflen ); + void slotAddFinished( TDEProcess * ); + void slotListingDone( TDEProcess * ); + void slotDeleteExited( TDEProcess * ); signals: void removeDone(); @@ -126,8 +126,8 @@ class TarArch : public Arch FILE *fd; TQStringList m_filesToAdd; TQStringList m_filesToRemove; - KProcess * m_pTmpProc; - KProcess * m_pTmpProc2; + TDEProcess * m_pTmpProc; + TDEProcess * m_pTmpProc2; bool failed; bool m_dotslash; TarListingThread *m_listingThread; |