summaryrefslogtreecommitdiffstats
path: root/src/mainwidget.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:14:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:14:28 -0600
commit9d859a14a49f80a8a186e17d0c79d8e721a4514d (patch)
tree76d49da0d304e2a529e396b8bfbe2a6ef80613b0 /src/mainwidget.cpp
parentcfd41d87ca7abc5dee7d2e3975c6bfdb3486dd42 (diff)
downloadpotracegui-9d859a14a49f80a8a186e17d0c79d8e721a4514d.tar.gz
potracegui-9d859a14a49f80a8a186e17d0c79d8e721a4514d.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/mainwidget.cpp')
-rw-r--r--src/mainwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwidget.cpp b/src/mainwidget.cpp
index 03cca92..cc86dd3 100644
--- a/src/mainwidget.cpp
+++ b/src/mainwidget.cpp
@@ -879,7 +879,7 @@ void MainWidget::tracerExited() {
setCursor(ArrowCursor);
return;
}
- if(tracer.exitqStatus()!=0)
+ if(tracer.exiStatus()!=0)
{
emit(signalChangeStatusbar(i18n("Finished with errors")));
TQString tmp(i18n("Error during the process:"));