diff options
Diffstat (limited to 'languages/php/phpsupportpart.h')
-rw-r--r-- | languages/php/phpsupportpart.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/languages/php/phpsupportpart.h b/languages/php/phpsupportpart.h index d89c3277..f7d13122 100644 --- a/languages/php/phpsupportpart.h +++ b/languages/php/phpsupportpart.h @@ -75,9 +75,9 @@ private slots: void slotReceivedPHPExeStderr (TDEProcess* proc, char* buffer, int buflen); void slotReceivedPHPExeStdout (TDEProcess* proc, char* buffer, int buflen); void slotPHPExeExited (TDEProcess* proc); - void slotWebData(KIO::Job* job,const TQByteArray& data); - void slotWebResult(KIO::Job* job); - void slotWebJobStarted(KIO::Job* job); + void slotWebData(TDEIO::Job* job,const TQByteArray& data); + void slotWebResult(TDEIO::Job* job); + void slotWebJobStarted(TDEIO::Job* job); // Internal void initialParse(); |