summaryrefslogtreecommitdiffstats
path: root/src/kile/configtester.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kile/configtester.cpp')
-rw-r--r--src/kile/configtester.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kile/configtester.cpp b/src/kile/configtester.cpp
index eff22e7..295a8a4 100644
--- a/src/kile/configtester.cpp
+++ b/src/kile/configtester.cpp
@@ -178,8 +178,8 @@ void Tester::runTests()
*m_process << "cd " + KShellProcess::quote(destdir) + " && ";
*m_process << "cp " + KShellProcess::quote(srcdir) +"/* " + KShellProcess::quote(destdir) + " && ";
*m_process << "source runTests.sh " + KShellProcess::quote(m_resultsFile) + " " + KShellProcess::quote(destdir);
- connect(m_process, TQT_SIGNAL(receivedStdout(TDEProcess *, char *, int)), this, TQT_SLOT(determineProgress(TDEProcess *, char *, int)));
- connect(m_process, TQT_SIGNAL(processExited(TDEProcess *)), this, TQT_SLOT(processTestResults(TDEProcess *)));
+ connect(m_process, TQ_SIGNAL(receivedStdout(TDEProcess *, char *, int)), this, TQ_SLOT(determineProgress(TDEProcess *, char *, int)));
+ connect(m_process, TQ_SIGNAL(processExited(TDEProcess *)), this, TQ_SLOT(processTestResults(TDEProcess *)));
if (m_process->start(TDEProcess::NotifyOnExit, TDEProcess::AllOutput)) emit(started());
}