summaryrefslogtreecommitdiffstats
path: root/librss/loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'librss/loader.h')
-rw-r--r--librss/loader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/librss/loader.h b/librss/loader.h
index 1dedebae..e541b020 100644
--- a/librss/loader.h
+++ b/librss/loader.h
@@ -21,7 +21,7 @@ namespace KIO
{
class Job;
}
-class KProcess;
+class TDEProcess;
namespace RSS
{
@@ -180,8 +180,8 @@ namespace RSS
virtual int errorCode() const;
private slots:
- void slotOutput(KProcess *process, char *data, int length);
- void slotExited(KProcess *process);
+ void slotOutput(TDEProcess *process, char *data, int length);
+ void slotExited(TDEProcess *process);
private:
OutputRetriever(const OutputRetriever &other);