diff options
Diffstat (limited to 'tools/assistant/index.cpp')
-rw-r--r-- | tools/assistant/index.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/assistant/index.cpp b/tools/assistant/index.cpp index 7a3428920..c5d142208 100644 --- a/tools/assistant/index.cpp +++ b/tools/assistant/index.cpp @@ -69,8 +69,8 @@ Index::Index( const TQString &dp, const TQString &hp ) { alreadyHaveDocList = FALSE; lastWindowClosed = FALSE; - connect( tqApp, SIGNAL( lastWindowClosed() ), - this, SLOT( setLastWinClosed() ) ); + connect( tqApp, TQ_SIGNAL( lastWindowClosed() ), + this, TQ_SLOT( setLastWinClosed() ) ); } Index::Index( const TQStringList &dl, const TQString &hp ) @@ -79,8 +79,8 @@ Index::Index( const TQStringList &dl, const TQString &hp ) docList = dl; alreadyHaveDocList = TRUE; lastWindowClosed = FALSE; - connect( tqApp, SIGNAL( lastWindowClosed() ), - this, SLOT( setLastWinClosed() ) ); + connect( tqApp, TQ_SIGNAL( lastWindowClosed() ), + this, TQ_SLOT( setLastWinClosed() ) ); } void Index::setLastWinClosed() |