diff options
Diffstat (limited to 'kword/KWBgSpellCheck.cpp')
-rw-r--r-- | kword/KWBgSpellCheck.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWBgSpellCheck.cpp b/kword/KWBgSpellCheck.cpp index 1d0f173f..e1f0cf8e 100644 --- a/kword/KWBgSpellCheck.cpp +++ b/kword/KWBgSpellCheck.cpp @@ -49,7 +49,7 @@ KWBgSpellCheck::~KWBgSpellCheck() KoTextIterator *KWBgSpellCheck::createWholeDocIterator() const { - QValueList<KoTextObject *> objects = m_doc->visibleTextObjects( 0 ); + TQValueList<KoTextObject *> objects = m_doc->visibleTextObjects( 0 ); kdDebug()<<"Number of visible text objects = "<< objects.count() << endl; |