summaryrefslogtreecommitdiffstats
path: root/kio/kfile/kdiskfreesp.h
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kfile/kdiskfreesp.h')
-rw-r--r--kio/kfile/kdiskfreesp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kio/kfile/kdiskfreesp.h b/kio/kfile/kdiskfreesp.h
index b7286f2df..7b9fc6238 100644
--- a/kio/kfile/kdiskfreesp.h
+++ b/kio/kfile/kdiskfreesp.h
@@ -31,7 +31,7 @@
#include <tdelibs_export.h>
-class KProcess;
+class TDEProcess;
/**
* This class parses the output of "df" to find the disk usage
@@ -72,11 +72,11 @@ signals:
void done();
private slots:
- void receivedDFStdErrOut(KProcess *, char *data, int len);
+ void receivedDFStdErrOut(TDEProcess *, char *data, int len);
void dfDone();
private:
- KProcess *dfProc;
+ TDEProcess *dfProc;
TQCString dfStringErrOut;
TQString m_mountPoint;
bool readingDFStdErrOut;