summaryrefslogtreecommitdiffstats
path: root/src/locater.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/locater.h')
-rw-r--r--src/locater.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/locater.h b/src/locater.h
index 5580133..3ad170a 100644
--- a/src/locater.h
+++ b/src/locater.h
@@ -29,7 +29,7 @@
#include <tqobject.h>
#include <tqstringlist.h>
-#include <kprocio.h>
+#include <tdeprocio.h>
/**
@@ -88,11 +88,11 @@ class Locater : public TQObject
void finished();
private slots:
- void gotOutput(KProcIO* proc);
+ void gotOutput(TDEProcIO* proc);
void finished(TDEProcess* proc);
private:
- KProcIO m_process;
+ TDEProcIO m_process;
TQString m_binary;
TQString m_additionalArguments;
bool m_binaryExists;