summaryrefslogtreecommitdiffstats
path: root/kate/make/plugin_katemake.h
diff options
context:
space:
mode:
Diffstat (limited to 'kate/make/plugin_katemake.h')
-rw-r--r--kate/make/plugin_katemake.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kate/make/plugin_katemake.h b/kate/make/plugin_katemake.h
index 35b4c2f..cdc9399 100644
--- a/kate/make/plugin_katemake.h
+++ b/kate/make/plugin_katemake.h
@@ -67,8 +67,8 @@ class PluginKateMakeView : public TQListView, public KXMLGUIClient
void slotPrev();
bool slotValidate();
- void slotProcExited(KProcess*);
- void slotReceivedProcStderr(KProcess*, char*, int);
+ void slotProcExited(TDEProcess*);
+ void slotReceivedProcStderr(TDEProcess*, char*, int);
void slotConfigure();
@@ -76,7 +76,7 @@ protected:
void processLine(const TQString &);
private:
- KProcess *m_proc;
+ TDEProcess *m_proc;
TQString output_line;
TQString doc_name;