From 0b54abbdf80cef08e5cb8ef7b8b7af31c54dd9b4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:40:41 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kmouth/speech.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kmouth/speech.h') diff --git a/kmouth/speech.h b/kmouth/speech.h index fd73e47..3c62a44 100644 --- a/kmouth/speech.h +++ b/kmouth/speech.h @@ -59,10 +59,10 @@ public: const TQString &filename, const TQString &language); public slots: - void wroteStdin (KProcess *p); - void processExited (KProcess *p); - void receivedStdout (KProcess *proc, char *buffer, int buflen); - void receivedStderr (KProcess *proc, char *buffer, int buflen); + void wroteStdin (TDEProcess *p); + void processExited (TDEProcess *p); + void receivedStdout (TDEProcess *proc, char *buffer, int buflen); + void receivedStderr (TDEProcess *proc, char *buffer, int buflen); private: KShellProcess process; -- cgit v1.2.1