diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:20:25 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:20:25 -0600 |
commit | 2ee2d4c4c7ac2f52f9c57fa8eeea177c2818bdea (patch) | |
tree | baaf1e7c1052048d420a1c84ff8596dde36beebe /kdpkg-install/process.h | |
parent | 03b0a8e08fbc97861f0a2b23cf0f6f476cfb552d (diff) | |
download | kdpkg-2ee2d4c4c7ac2f52f9c57fa8eeea177c2818bdea.tar.gz kdpkg-2ee2d4c4c7ac2f52f9c57fa8eeea177c2818bdea.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kdpkg-install/process.h')
-rw-r--r-- | kdpkg-install/process.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdpkg-install/process.h b/kdpkg-install/process.h index 65c1022..6a23639 100644 --- a/kdpkg-install/process.h +++ b/kdpkg-install/process.h @@ -26,11 +26,11 @@ public: void start(bool block=true); protected: - KProcess* _process; + TDEProcess* _process; TQString _buffer; protected slots: - void slotProcessOutput(KProcess* process, char* buffer, int buflen); + void slotProcessOutput(TDEProcess* process, char* buffer, int buflen); }; |