summaryrefslogtreecommitdiffstats
path: root/tools/assistant/index.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-27 02:13:42 -0600
committerTimothy Pearson <[email protected]>2012-02-27 02:13:42 -0600
commit520c05ef06ce203ad32470730f68402bc7719157 (patch)
tree8d0bb18bbbecb4c837e232848905e5819db84b81 /tools/assistant/index.cpp
parentb82553bf90cb5311cfe8e673b07cf6cffc95fd3c (diff)
downloadtqt3-520c05ef06ce203ad32470730f68402bc7719157.tar.gz
tqt3-520c05ef06ce203ad32470730f68402bc7719157.zip
Automated update from qt3
Diffstat (limited to 'tools/assistant/index.cpp')
-rw-r--r--tools/assistant/index.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/assistant/index.cpp b/tools/assistant/index.cpp
index 4ce081deb..24372feed 100644
--- a/tools/assistant/index.cpp
+++ b/tools/assistant/index.cpp
@@ -69,7 +69,7 @@ Index::Index( const TQString &dp, const TQString &hp )
{
alreadyHaveDocList = FALSE;
lastWindowClosed = FALSE;
- connect( qApp, SIGNAL( lastWindowClosed() ),
+ connect( tqApp, SIGNAL( lastWindowClosed() ),
this, SLOT( setLastWinClosed() ) );
}
@@ -79,7 +79,7 @@ Index::Index( const TQStringList &dl, const TQString &hp )
docList = dl;
alreadyHaveDocList = TRUE;
lastWindowClosed = FALSE;
- connect( qApp, SIGNAL( lastWindowClosed() ),
+ connect( tqApp, SIGNAL( lastWindowClosed() ),
this, SLOT( setLastWinClosed() ) );
}