summaryrefslogtreecommitdiffstats
path: root/src/processexec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/processexec.cpp')
-rw-r--r--src/processexec.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/processexec.cpp b/src/processexec.cpp
index 42c6f81..03800cb 100644
--- a/src/processexec.cpp
+++ b/src/processexec.cpp
@@ -21,8 +21,8 @@
ProcessExec::ProcessExec(): TDEProcess()
{
clearData();
- connect( this, SIGNAL(receivedStdout(TDEProcess *, char *, int)),this, SLOT(slotReceivedStdout(TDEProcess *, char *, int)) );
- connect( this, SIGNAL(receivedStderr(TDEProcess *, char *, int)),this, SLOT(slotReceivedStderr(TDEProcess *, char *, int)) );
+ connect( this, TQ_SIGNAL(receivedStdout(TDEProcess *, char *, int)),this, TQ_SLOT(slotReceivedStdout(TDEProcess *, char *, int)) );
+ connect( this, TQ_SIGNAL(receivedStderr(TDEProcess *, char *, int)),this, TQ_SLOT(slotReceivedStderr(TDEProcess *, char *, int)) );
}
ProcessExec::~ProcessExec(){