diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:40:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:40:58 -0600 |
commit | 5f444a9ea966b68991cef44d2711378ef9ff406d (patch) | |
tree | 07f06257228437d61e24ef7ebe530d365c4ee54c /kpackage/procbuf.h | |
parent | 91f62a5883c34899da0137e71f74ceb5c17fc799 (diff) | |
download | tdeadmin-5f444a9ea966b68991cef44d2711378ef9ff406d.tar.gz tdeadmin-5f444a9ea966b68991cef44d2711378ef9ff406d.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kpackage/procbuf.h')
-rw-r--r-- | kpackage/procbuf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpackage/procbuf.h b/kpackage/procbuf.h index 76063b2..b502621 100644 --- a/kpackage/procbuf.h +++ b/kpackage/procbuf.h @@ -56,15 +56,15 @@ public: int timeout=0, TQString timeMsg = ""); TQString buf; - KProcess *proc; + TDEProcess *proc; Modal *m; TQString command; bool timed; TQTimer *tm; public slots: - void slotReadInfo(KProcess *, char *, int); - void slotExited(KProcess *); + void slotReadInfo(TDEProcess *, char *, int); + void slotExited(TDEProcess *); void slotTimeout(); }; #endif |