diff options
Diffstat (limited to 'lib/kotext/tests/kotextformattertest.cpp')
-rw-r--r-- | lib/kotext/tests/kotextformattertest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kotext/tests/kotextformattertest.cpp b/lib/kotext/tests/kotextformattertest.cpp index a13adddb..6721f771 100644 --- a/lib/kotext/tests/kotextformattertest.cpp +++ b/lib/kotext/tests/kotextformattertest.cpp @@ -89,7 +89,7 @@ void KoTextFormatterTest::speedTest() // Format it 50 times for ( uint i = 0 ; i < 50 ; ++i ) { - parag->tqinvalidate(0); + parag->invalidate(0); parag->format(); } doc->clear(false); |