summaryrefslogtreecommitdiffstats
path: root/kmrml/kmrml/kcontrol/indexcleaner.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmrml/kmrml/kcontrol/indexcleaner.h')
-rw-r--r--kmrml/kmrml/kcontrol/indexcleaner.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmrml/kmrml/kcontrol/indexcleaner.h b/kmrml/kmrml/kcontrol/indexcleaner.h
index 0db17887..05396870 100644
--- a/kmrml/kmrml/kcontrol/indexcleaner.h
+++ b/kmrml/kmrml/kcontrol/indexcleaner.h
@@ -11,7 +11,7 @@
#include <tqobject.h>
#include <tqstringlist.h>
-class KProcess;
+class TDEProcess;
namespace KMrml
{
@@ -37,7 +37,7 @@ namespace KMrmlConfig
void finished();
private slots:
- void slotExited( KProcess * );
+ void slotExited( TDEProcess * );
private:
int m_stepSize;
@@ -45,7 +45,7 @@ namespace KMrmlConfig
TQStringList m_dirs;
const KMrml::Config *m_config;
- KProcess *m_process;
+ TDEProcess *m_process;
};
}