From 9d859a14a49f80a8a186e17d0c79d8e721a4514d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:14:28 -0600 Subject: [PATCH] Rename old tq methods that no longer need a unique name --- src/MainWidgetBase.ui | 50 +++++++++++++++++++++---------------------- src/mainwidget.cpp | 2 +- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/MainWidgetBase.ui b/src/MainWidgetBase.ui index d1d1323..fa5732b 100644 --- a/src/MainWidgetBase.ui +++ b/src/MainWidgetBase.ui @@ -37,7 +37,7 @@ 0 - + 800 600 @@ -735,7 +735,7 @@ PostScript Expanding - + 20 40 @@ -752,7 +752,7 @@ PostScript Expanding - + 20 40 @@ -769,7 +769,7 @@ PostScript Expanding - + 40 20 @@ -786,7 +786,7 @@ PostScript Expanding - + 40 20 @@ -806,7 +806,7 @@ PostScript Expanding - + 20 16 @@ -836,7 +836,7 @@ PostScript Expanding - + 20 297 @@ -1092,7 +1092,7 @@ decomposition Expanding - + 80 31 @@ -1109,7 +1109,7 @@ decomposition Expanding - + 80 31 @@ -1154,7 +1154,7 @@ decomposition Expanding - + 80 31 @@ -1195,7 +1195,7 @@ decomposition Expanding - + 80 31 @@ -1405,7 +1405,7 @@ pixels in the input Expanding - + 20 40 @@ -1435,7 +1435,7 @@ pixels in the input Expanding - + 20 270 @@ -1579,7 +1579,7 @@ pixels in the input Expanding - + 71 21 @@ -1596,7 +1596,7 @@ pixels in the input Expanding - + 71 21 @@ -1613,7 +1613,7 @@ pixels in the input Expanding - + 71 21 @@ -1630,7 +1630,7 @@ pixels in the input Expanding - + 71 21 @@ -1950,7 +1950,7 @@ pixels in the input Expanding - + 20 30 @@ -2100,7 +2100,7 @@ pixels in the input Expanding - + 20 20 @@ -2342,7 +2342,7 @@ pixels in the input Expanding - + 20 110 @@ -2462,7 +2462,7 @@ pixels in the input Expanding - + 40 20 @@ -2513,7 +2513,7 @@ pixels in the input Expanding - + 40 20 @@ -2532,7 +2532,7 @@ pixels in the input Expanding - + 20 16 @@ -2557,7 +2557,7 @@ pixels in the input Expanding - + 113 20 @@ -2585,7 +2585,7 @@ pixels in the input Expanding - + 60 20 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:"));