summaryrefslogtreecommitdiffstats
path: root/kttsd/plugins/hadifix/hadifixproc.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:40:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:40:41 -0600
commit0b54abbdf80cef08e5cb8ef7b8b7af31c54dd9b4 (patch)
tree322767e10a0d28887f54f3cefe6399098713dc82 /kttsd/plugins/hadifix/hadifixproc.h
parent11f5b1c38c194ef53638bafa0df70e821a7a6427 (diff)
downloadtdeaccessibility-0b54abbdf80cef08e5cb8ef7b8b7af31c54dd9b4.tar.gz
tdeaccessibility-0b54abbdf80cef08e5cb8ef7b8b7af31c54dd9b4.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kttsd/plugins/hadifix/hadifixproc.h')
-rw-r--r--kttsd/plugins/hadifix/hadifixproc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kttsd/plugins/hadifix/hadifixproc.h b/kttsd/plugins/hadifix/hadifixproc.h
index fb27824..98bdf42 100644
--- a/kttsd/plugins/hadifix/hadifixproc.h
+++ b/kttsd/plugins/hadifix/hadifixproc.h
@@ -22,7 +22,7 @@
#include <pluginproc.h>
-class KProcess;
+class TDEProcess;
class HadifixProcPrivate;
class HadifixProc : public PlugInProc{
@@ -188,11 +188,11 @@ class HadifixProc : public PlugInProc{
virtual TQString getSsmlXsltFilename();
private slots:
- void slotProcessExited(KProcess*);
- void slotWroteStdin(KProcess*);
+ void slotProcessExited(TDEProcess*);
+ void slotWroteStdin(TDEProcess*);
- void receivedStdout (KProcess *, char *buffer, int buflen);
- void receivedStderr (KProcess *, char *buffer, int buflen);
+ void receivedStdout (TDEProcess *, char *buffer, int buflen);
+ void receivedStderr (TDEProcess *, char *buffer, int buflen);
private:
HadifixProcPrivate *d;