diff options
Diffstat (limited to 'kutils/tests/kreplacetest.cpp')
-rw-r--r-- | kutils/tests/kreplacetest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kutils/tests/kreplacetest.cpp b/kutils/tests/kreplacetest.cpp index a810b7706..0a33be94b 100644 --- a/kutils/tests/kreplacetest.cpp +++ b/kutils/tests/kreplacetest.cpp @@ -60,7 +60,7 @@ void KReplaceTest::replace( const TQString &pattern, const TQString &replacement slotReplaceNext(); if ( m_needEventLoop ) - qApp->eventLoop()->enterLoop(); + tqApp->eventLoop()->enterLoop(); } void KReplaceTest::slotHighlight( const TQString &str, int matchingIndex, int matchedLength ) @@ -115,7 +115,7 @@ void KReplaceTest::slotReplaceNext() } #endif if ( res == KFind::NoMatch && m_needEventLoop ) - qApp->eventLoop()->exitLoop(); + tqApp->eventLoop()->exitLoop(); } void KReplaceTest::print() |