summaryrefslogtreecommitdiffstats
path: root/korn/kio.h
diff options
context:
space:
mode:
Diffstat (limited to 'korn/kio.h')
-rw-r--r--korn/kio.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/korn/kio.h b/korn/kio.h
index 21ac533e..519dced5 100644
--- a/korn/kio.h
+++ b/korn/kio.h
@@ -28,7 +28,7 @@
class TQWidget;
class KDropDialog;
class KornMailSubject;
-class KProcess;
+class TDEProcess;
class KIO_Count;
class KIO_Protocol;
class KIO_Subjects;
@@ -70,7 +70,7 @@ private:
int _readSubjectsTotalSteps;
int _deleteMailsTotalSteps;
//For process
- KProcess *_process;
+ TDEProcess *_process;
//List of mailurls fetched by the last time emails were counted
struct FileInfo {
@@ -202,7 +202,7 @@ public slots:
private slots:
//For Process too
- void processExit(KProcess*);
- void receivedStdout( KProcess *, char *, int);
+ void processExit(TDEProcess*);
+ void receivedStdout( TDEProcess *, char *, int);
};
#endif // KEG_KIODROP_H