summaryrefslogtreecommitdiffstats
path: root/kate/make/plugin_katemake.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:40:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:40:51 -0600
commit4c097708c4cc24f3b8e4c21f14644f5715767d47 (patch)
treee8ca4b1d3a3b3de0d18e5f144dcef9b36f830b84 /kate/make/plugin_katemake.h
parent0642ee50634d90e255c6f45194f6a47dc1157cde (diff)
downloadtdeaddons-4c097708c4cc24f3b8e4c21f14644f5715767d47.tar.gz
tdeaddons-4c097708c4cc24f3b8e4c21f14644f5715767d47.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
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;