diff options
Diffstat (limited to 'src/kchmsearchengine_impl.cpp')
-rw-r--r-- | src/kchmsearchengine_impl.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/kchmsearchengine_impl.cpp b/src/kchmsearchengine_impl.cpp index 89db7e7..0536626 100644 --- a/src/kchmsearchengine_impl.cpp +++ b/src/kchmsearchengine_impl.cpp @@ -72,8 +72,8 @@ Index::Index( const TQString &dp, const TQString & ) : TQObject( 0, 0 ), dict( 8999 ), docPath( dp ) { lastWindowClosed = false; - connect( tqApp, TQT_SIGNAL( lastWindowClosed() ), - this, TQT_SLOT( setLastWinClosed() ) ); + connect( tqApp, TQ_SIGNAL( lastWindowClosed() ), + this, TQ_SLOT( setLastWinClosed() ) ); } Index::Index( const TQStringList &dl, const TQString & ) @@ -81,8 +81,8 @@ Index::Index( const TQStringList &dl, const TQString & ) { docList = dl; lastWindowClosed = false; - connect( tqApp, TQT_SIGNAL( lastWindowClosed() ), - this, TQT_SLOT( setLastWinClosed() ) ); + connect( tqApp, TQ_SIGNAL( lastWindowClosed() ), + this, TQ_SLOT( setLastWinClosed() ) ); } void Index::setLastWinClosed() @@ -570,3 +570,4 @@ bool Index::searchForPhrases( const TQStringList &phrases, const TQStringList &w }; +#include "kchmsearchengine_impl.moc" |