summaryrefslogtreecommitdiffstats
path: root/tools/qtconfig/mainwindow.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-27 02:13:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-27 02:13:42 -0600
commit520c05ef06ce203ad32470730f68402bc7719157 (patch)
tree8d0bb18bbbecb4c837e232848905e5819db84b81 /tools/qtconfig/mainwindow.cpp
parentb82553bf90cb5311cfe8e673b07cf6cffc95fd3c (diff)
downloadtqt3-520c05ef06ce203ad32470730f68402bc7719157.tar.gz
tqt3-520c05ef06ce203ad32470730f68402bc7719157.zip
Automated update from qt3
Diffstat (limited to 'tools/qtconfig/mainwindow.cpp')
-rw-r--r--tools/qtconfig/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qtconfig/mainwindow.cpp b/tools/qtconfig/mainwindow.cpp
index bf399bd40..0d3cd74db 100644
--- a/tools/qtconfig/mainwindow.cpp
+++ b/tools/qtconfig/mainwindow.cpp
@@ -572,7 +572,7 @@ void MainWindow::fileSave()
void MainWindow::fileExit()
{
- qApp->closeAllWindows();
+ tqApp->closeAllWindows();
}
@@ -1123,7 +1123,7 @@ void MainWindow::closeEvent(TQCloseEvent *e)
tr("Save changes to settings?"),
tr("&Yes"), tr("&No"), tr("&Cancel"), 0, 2)) {
case 0: // save
- qApp->processEvents();
+ tqApp->processEvents();
fileSave();
// fall through intended